Skip to content

Commit 2bcab53

Browse files
hotlongclaude
andcommitted
docs(design): reserve bottom clearance so grid + New record clears its caption
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 9c18bfe commit 2bcab53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/design/builder-ui/shell.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ table.grid td { padding: 8px 12px; border-bottom: 1px solid var(--line); }
7272
table.grid td.muted, table.grid th.muted { color: var(--muted); }
7373
table.grid .col-selected { background: color-mix(in srgb, var(--accent-bg) 60%, transparent); }
7474
table.grid th.col-selected { color: var(--accent); }
75-
.grid-add { color: var(--muted); padding: 8px 12px; }
75+
.grid-add { color: var(--muted); padding: 8px 12px 26px; }
7676

7777
/* ---- right inspector (reused protocol form) ---- */
7878
.inspector { width: 220px; background: var(--surface-2); border-left: 1px solid var(--border); padding: 14px 16px; }

0 commit comments

Comments
 (0)