瀏覽代碼

limit d-flex children width (#1699)

* limit d-flex children width
resolmves #1683

* multi browser support

---------

Co-authored-by: Fred Lefévère-Laoide <Fred.Lefevere-Laoide@Taipy.io>
Fred Lefévère-Laoide 9 月之前
父節點
當前提交
04b4d459a0
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      frontend/taipy-gui/public/stylekit/utilities/misc.css

+ 7 - 0
frontend/taipy-gui/public/stylekit/utilities/misc.css

@@ -25,6 +25,13 @@
 
 .d-flex {
     display: flex !important;
+
+}
+
+.d-flex > .taipy-part:not(.MuiDrawer-docked) {
+    width: -webkit-fill-available;
+    width: -moz-available;
+    /* width: fill-available; */
 }
 
 .d-block {