Skip to content

Commit 839e945

Browse files
authored
Merge pull request #186 from LennartvdM/claude/widen-birthday-column-EYfm6
Widen birthday column to prevent text wrapping
2 parents f032da1 + 5bd51e1 commit 839e945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1959,7 +1959,7 @@ body {
19591959
flex-direction: column;
19601960
justify-content: center;
19611961
gap: 2px;
1962-
min-width: 78px;
1962+
min-width: 100px;
19631963
flex: 0 0 auto;
19641964
}
19651965

0 commit comments

Comments
 (0)