Skip to content

Commit

Permalink
Fix navigation screen padding again. (#31372)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Apr 30, 2021
1 parent d1dd7bd commit e38f718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/edit-navigation/src/components/editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
}

// Menu items.
.wp-block-navigation-link__content {
// This needs high specificity.
.wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content {
padding: 0.5em 1em;
margin-bottom: 6px;
border-radius: $radius-block-ui;
Expand Down

0 comments on commit e38f718

Please sign in to comment.