Fix flex container width (#28603)

Fix #28489
pull/28593/head^2
wxiaoguang 1 year ago committed by GitHub
parent 8a71f7280a
commit 8989d466ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      web_src/css/modules/flexcontainer.css

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

Loading…
Cancel
Save