Skip to content

Commit

Permalink
Fix issue with justification and responsive container.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored and Vicente Canales committed Nov 5, 2021
1 parent a800969 commit c389fb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/block-library/src/navigation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@
overflow: auto;
padding: 0;

// Always vertically align to the top.
justify-content: flex-start;

.wp-block-navigation__submenu-icon {
display: none;
}
Expand Down

0 comments on commit c389fb8

Please sign in to comment.