Skip to content

Commit

Permalink
Fix flex container width (#28603)
Browse files Browse the repository at this point in the history
Fix #28489
  • Loading branch information
wxiaoguang authored Dec 24, 2023
1 parent 8a71f72 commit 8989d46
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 8989d46

Please sign in to comment.