Skip to content

Commit

Permalink
Use border-box box-sizing for nav menus page (#22407)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored May 18, 2020
1 parent d2c828b commit a94057a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/edit-navigation/src/style.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
*,
*::before,
*::after {
box-sizing: border-box;
}

@import "./components/layout/style.scss";
@import "./components/menu-editor/style.scss";
@import "./components/menus-editor/style.scss";
Expand Down

0 comments on commit a94057a

Please sign in to comment.