Fix flex container width (#28603)

Fix #28489
This commit is contained in:
wxiaoguang 2023-12-24 22:39:02 +08:00 committed by GitHub
parent 8a71f7280a
commit 8989d466ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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) {