Skip to content

Commit

Permalink
makes the submenu items stacked vertically (#18221)
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu authored Oct 31, 2019
1 parent 60d666e commit 36494a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-library/src/navigation-menu-item/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
.wp-block-navigation-menu-item {
margin-right: $grid-size;

.block-editor-block-list__layout {
display: block;
margin: $grid-size;
}

// Provide a base menu item margin.
// This should be the same inside the field,
// and the edit container should compensate.
Expand Down

0 comments on commit 36494a4

Please sign in to comment.