Skip to content

Commit

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

Fix #28489

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit 5b104a5)
  • Loading branch information
GiteaBot authored and earl-warren committed Jan 16, 2024
1 parent 75ad9ac commit c39e9cd
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 c39e9cd

Please sign in to comment.