Skip to content

Commit 1cab1e8

Browse files
GearUnclearclaude
andcommitted
Set uniform 120px width for all table columns
Add width and min-width CSS properties to table header columns for consistent visual alignment across all scenario columns. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3e6e9c1 commit 1cab1e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

checklist.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@
148148
position: sticky;
149149
top: 0;
150150
z-index: 10;
151+
width: 120px;
152+
min-width: 120px;
151153
}
152154

153155
.requirements-table thead th:first-child {

0 commit comments

Comments
 (0)