Skip to content

Commit

Permalink
Navigation: Fix collapsing regression. (#32081)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored May 21, 2021
1 parent 4750644 commit b955783
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions packages/block-library/src/navigation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -330,17 +330,15 @@
display: none;
}

@include break-small() {
// Horizontal layout
display: flex;
flex-wrap: wrap;
// Horizontal layout
display: flex;
flex-wrap: wrap;

// Vertical layout
.is-vertical & {
display: block;
flex-direction: column;
align-items: flex-start;
}
// Vertical layout
.is-vertical & {
display: block;
flex-direction: column;
align-items: flex-start;
}
}

Expand Down

0 comments on commit b955783

Please sign in to comment.