tonneville: set default box model to border-box (#39459)

This commit is contained in:
Thomas Jund 2020-04-03 11:09:08 +02:00
parent ca4597b2b0
commit 17c4b1ac26
1 changed files with 0 additions and 1 deletions

View File

@ -41,6 +41,5 @@ div#nav {
div#main-content-wrapper {
background: white;
box-sizing: border-box;
padding: 1ex;
}