Add explicit box-sizing: border-box to details

This commit is contained in:
Bauke
2018-07-19 01:07:12 +02:00
committed by Deimos
parent ed57004950
commit 42e969875b

View File

@@ -59,6 +59,10 @@ code {
line-height: 1rem;
}
details * {
box-sizing: border-box;
}
fieldset {
margin: 1rem;
margin-right: 0;