Skip to content

Commit

Permalink
Merge pull request #11055 from matheo/fix/box-sizing
Browse files Browse the repository at this point in the history
Core: Add global box-sizing setting. Fixes #10207
  • Loading branch information
ndelangen authored Jun 16, 2020
2 parents 0cb1083 + 89b1107 commit 66e6413
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/core/src/server/templates/base-manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
margin: 0;
padding: 0;
}

* {
box-sizing: border-box;
}
</style>

<script>
Expand Down

0 comments on commit 66e6413

Please sign in to comment.