Skip to content

Commit 182e389

Browse files
authored
Fix flex width (#33414)
Fix #33409
1 parent 77d14fb commit 182e389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/repo/home-file-list.css

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
}
6666

6767
#repo-files-table .repo-file-last-commit {
68+
min-width: 0; /* otherwise the flex axis is not limited and the text might overflow in Pale Moon */
6869
background: var(--color-box-header);
6970
}
7071

0 commit comments

Comments
 (0)