Skip to content

Commit eeeb828

Browse files
fix: left padding for nested submenu items
1 parent 8a5a63a commit eeeb828

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
@@ -182,6 +182,7 @@ $navigation-icon-size: 24px;
182182
> .wp-block-navigation-item__content {
183183
display: flex;
184184
flex-grow: 1;
185+
padding-left: 1em;
185186

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

0 commit comments

Comments
 (0)