Skip to content

Commit

Permalink
Add flex-shrink to ensure lock icons maintain size with longer labels
Browse files Browse the repository at this point in the history
  • Loading branch information
brookewp committed Nov 9, 2022
1 parent 927a11b commit bfef1c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/components/block-lock/style.scss
Expand Up @@ -33,6 +33,7 @@
padding: $grid-unit-15 0 $grid-unit-15 $grid-unit-40;

.block-editor-block-lock-modal__lock-icon {
flex-shrink: 0;
margin-right: $grid-unit-15;
fill: $gray-900;
}
Expand Down

0 comments on commit bfef1c6

Please sign in to comment.