Skip to content

Commit

Permalink
Fix flex container width (go-gitea#28603)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang authored and silverwind committed Feb 20, 2024
1 parent 8a0dc00 commit 04fd8aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_src/css/modules/flexcontainer.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

.flex-container-main {
flex: 1;
min-width: 0; /* make the "text truncate" work, otherwise the flex axis is not limited and the text just overflows */
}

@media (max-width: 767.98px) {
Expand Down

0 comments on commit 04fd8aa

Please sign in to comment.