Backport #28603 by wxiaoguang Fix #28489 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
f2add36a29
commit
5b104a5533
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
.flex-container-main {
|
.flex-container-main {
|
||||||
flex: 1;
|
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) {
|
@media (max-width: 767.98px) {
|
||||||
|
|
Loading…
Reference in New Issue