Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/features/board/board.css
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,10 @@ li.list-row {
border-bottom: 1px solid var(--tf-border);
border-radius: 0;
box-shadow: none;
padding: 8px 14px;
/* Tighter vertical rhythm so more tasks are scannable at once (Asana-dense).
Chip-carrying rows still grow with their content; only the airy single-line
rows tighten up. */
padding: 6px 14px;
/* A list row also carries `.task-card` (for shared card styling + testids),
* whose `display:flex` has equal specificity to `.list-row`'s `display:grid`
* and was winning by source order — collapsing the grid so cells no longer
Expand Down
Loading