Skip to content

Commit 6f38372

Browse files
GiteaBotwxiaoguang
andauthored
Fix flex width (#33414) (#33418)
Backport #33414 by wxiaoguang Fix #33409 Co-authored-by: wxiaoguang <[email protected]>
1 parent c30f4f4 commit 6f38372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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)