Skip to content

Commit

Permalink
Gutenberg: fix box-sizing for icons and drop down menu (#27525)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwwar authored Oct 1, 2018
1 parent ef61d14 commit a51d229
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/gutenberg/editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,9 @@
.wp-block-embed__wrapper > iframe {
width: 100%;
}

//block icons sizing
.components-toolbar__control.components-button > svg,
.editor-block-settings-menu__content {
box-sizing: border-box;
}

0 comments on commit a51d229

Please sign in to comment.