Skip to content

Commit

Permalink
limit d-flex children width (#1699)
Browse files Browse the repository at this point in the history
* limit d-flex children width
resolmves #1683

* multi browser support

---------

Co-authored-by: Fred Lefévère-Laoide <Fred.Lefevere-Laoide@Taipy.io>
  • Loading branch information
FredLL-Avaiga and Fred Lefévère-Laoide authored Aug 23, 2024
1 parent 3f11446 commit 04b4d45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/taipy-gui/public/stylekit/utilities/misc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 04b4d45

Please sign in to comment.