Skip to content

Commit

Permalink
Site Editor Patterns: Ensure sidebar does not shrink when long patter…
Browse files Browse the repository at this point in the history
…n titles are used
  • Loading branch information
andrewserong committed Jul 12, 2023
1 parent 56defb4 commit 626271d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
.edit-site-layout__sidebar {
z-index: z-index(".edit-site-layout__sidebar");
width: 100vw;
flex-shrink: 0;

@include break-medium {
width: $nav-sidebar-width;
Expand Down

0 comments on commit 626271d

Please sign in to comment.