Skip to content

Commit 0a487da

Browse files
fix: left padding for nested submenu items
1 parent 08921f0 commit 0a487da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/block-library/src/navigation/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ $navigation-icon-size: 24px;
181181
> .wp-block-navigation-item__content {
182182
display: flex;
183183
flex-grow: 1;
184+
padding-left: 1em;
184185

185186
// Right-align the chevron in submenus.
186187
.wp-block-navigation__submenu-icon {

0 commit comments

Comments
 (0)