Skip to content

Commit

Permalink
Don't wrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed May 5, 2021
1 parent 09e91d6 commit e68965d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/block-library/src/navigation/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ $color-control-label-height: 20px;
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
width: 100%;
overflow: hidden;
transition: all 0.1s ease-in-out;
@include reduce-motion("transition");

Expand Down

0 comments on commit e68965d

Please sign in to comment.