Skip to content

Commit e440291

Browse files
wxiaoguangGiteaBot
authored andcommitted
Fix flex width (go-gitea#33414)
Fix go-gitea#33409
1 parent c30f4f4 commit e440291

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)