Skip to content

Commit 8989d46

Browse files
authored
Fix flex container width (#28603)
Fix #28489
1 parent 8a71f72 commit 8989d46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/modules/flexcontainer.css

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

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

1617
@media (max-width: 767.98px) {

0 commit comments

Comments
 (0)