Skip to content

Commit

Permalink
Fix flex container width (go-gitea#28603) (go-gitea#28605)
Browse files Browse the repository at this point in the history
Backport go-gitea#28603 by wxiaoguang

Fix go-gitea#28489

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
  • Loading branch information
GiteaBot and wxiaoguang authored Dec 24, 2023
1 parent f2add36 commit 5b104a5
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 5b104a5

Please sign in to comment.