feat(FN-3224): update agents layout documentation

The merge lands a documentation update to `docs/agents.md`, correcting or refining the agents layout section (2 lines changed). No code or behavior changes.

Fusion-Task-Id: FN-3224
This commit is contained in:
Fusion
2026-05-03 04:38:39 -07:00
committed by gsxdsm
parent 630d615ae4
commit eafb078804
10 changed files with 208 additions and 37 deletions

View File

@@ -137,7 +137,7 @@
display: grid;
grid-template-columns: minmax(calc(var(--space-xl) * 11 + var(--space-xs)), calc(var(--space-xl) * 13 + var(--space-lg))) minmax(0, 1fr);
gap: 0;
height: 100%;
flex: 1;
min-height: 0;
}
@@ -164,6 +164,7 @@
padding: calc(var(--space-lg) + var(--space-xs));
}
.agents-detail-empty-state {
display: flex;
flex: 1;