Browse Source
Change border-box to apply to all elements inside details
merge-requests/1/head
Bauke
8 years ago
No known key found for this signature in database
GPG Key ID: C1C0F29952BCF558
2 changed files with
4 additions and
4 deletions
-
tildes/scss/_base.scss
-
tildes/scss/modules/_sidebar.scss
|
|
|
@ -59,6 +59,10 @@ code { |
|
|
|
line-height: 1rem; |
|
|
|
} |
|
|
|
|
|
|
|
details * { |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
|
|
|
|
fieldset { |
|
|
|
margin: 1rem; |
|
|
|
margin-right: 0; |
|
|
|
|
|
|
|
@ -4,10 +4,6 @@ |
|
|
|
line-height: 1rem; |
|
|
|
} |
|
|
|
|
|
|
|
details .btn { |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
|
|
|
|
.btn { |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
|