diff --git a/frontend/src/components/AssetRelationships.vue b/frontend/src/components/AssetRelationships.vue index 268f2e3..1f9bf14 100644 --- a/frontend/src/components/AssetRelationships.vue +++ b/frontend/src/components/AssetRelationships.vue @@ -502,6 +502,11 @@ function getAssetRoute(asset) { border-radius: 8px; border: 1px solid var(--border); padding: 1.25rem; + /* Match .section-card spacing so relationships is its own card with a gap + below (not visually merged with the Notes card) and does not split across + a multicol break. */ + margin-bottom: 25px; + break-inside: avoid; } .section-header {