Skip to content

Commit 42955b6

Browse files
committed
Add extra styles
1 parent 42b7ddc commit 42955b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/react/src/PageLayout/PageLayout.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,11 @@
760760
flex-direction: row;
761761
}
762762

763+
:where([data-has-sidebar]) > .PageLayoutWrapper {
764+
flex-shrink: 1;
765+
min-width: 0;
766+
}
767+
763768
.SidebarWrapper {
764769
/* Current layout structure:
765770
-- [Sidebar] | [Resizable Divider] --

0 commit comments

Comments
 (0)