We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2add36 commit 5b104a5Copy full SHA for 5b104a5
web_src/css/modules/flexcontainer.css
@@ -11,6 +11,7 @@
11
12
.flex-container-main {
13
flex: 1;
14
+ min-width: 0; /* make the "text truncate" work, otherwise the flex axis is not limited and the text just overflows */
15
}
16
17
@media (max-width: 767.98px) {
0 commit comments