Skip to content

Commit

Permalink
Fix margin issue in editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Feb 9, 2021
1 parent 025707c commit f8d9f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// This is necessary for specificity of the margin items.
.editor-styles-wrapper .wp-block-navigation .block-editor-block-list__block {
margin: 0;
margin: 0 0.5em 0 0;
}

.wp-block-navigation__inserter-content {
Expand Down

0 comments on commit f8d9f3f

Please sign in to comment.