Skip to content

Commit

Permalink
prevent flex-wrap on fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtashjian committed Oct 10, 2024
1 parent afd7132 commit e71cc5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/field/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}

&.is-layout-flex.is-style-inline {
flex-wrap: nowrap;
flex-direction: row;
align-content: center;
}
Expand Down

0 comments on commit e71cc5e

Please sign in to comment.