Skip to content

Commit

Permalink
Fix flex width (#33414)
Browse files Browse the repository at this point in the history
Fix #33409
  • Loading branch information
wxiaoguang authored Jan 27, 2025
1 parent 77d14fb commit 182e389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_src/css/repo/home-file-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
}

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

Expand Down

0 comments on commit 182e389

Please sign in to comment.