Skip to content

Commit

Permalink
[DashboardLayout] Add width containment on flex container (#4414)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Nov 19, 2024
1 parent f17b7c8 commit 840e8e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ function DashboardLayout(props: DashboardLayoutProps) {
display: 'flex',
flexDirection: 'column',
flex: 1,
minWidth: 0,
}}
>
<Toolbar sx={{ displayPrint: 'none' }} />
Expand Down

0 comments on commit 840e8e1

Please sign in to comment.