Skip to content

Commit

Permalink
Make the List View as wide as the Inserter
Browse files Browse the repository at this point in the history
  • Loading branch information
Copons committed Feb 26, 2021
1 parent 02e3c1a commit 6fed2a1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
flex-direction: column;
}

.edit-site-editor__list-view-panel {
// Same width as the Inserter.
// @see packages/block-editor/src/components/inserter/style.scss
width: 350px;
}

.edit-site-editor__inserter-panel-header {
padding-top: $grid-unit-10;
padding-right: $grid-unit-10;
Expand Down

0 comments on commit 6fed2a1

Please sign in to comment.