Skip to content

Commit

Permalink
Remove wildcard selector from meta-box box-sizing.
Browse files Browse the repository at this point in the history
The child elements now inherit the container’s box-sizing rules.
  • Loading branch information
peterwilsoncc committed Jul 7, 2018
1 parent da3c5b2 commit a04ae19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edit-post/components/meta-boxes/meta-boxes-area/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
* other elements (such as .button) are unaffected by Gutenberg's style
* because of their higher specificity.
*/
* {
&__container,
.inside {
box-sizing: content-box;
}

Expand Down

0 comments on commit a04ae19

Please sign in to comment.