Fix flex container width (#28603)

Fix #28489
This commit is contained in:
wxiaoguang
2023-12-24 22:39:02 +08:00
repo.diff.committed_by GitHub
repo.diff.parent 8a71f7280a
repo.diff.commit 8989d466ed

repo.diff.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) {