* limit d-flex children width resolmves #1683 * multi browser support --------- Co-authored-by: Fred Lefévère-Laoide <Fred.Lefevere-Laoide@Taipy.io>
@@ -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 {