Browse Source

Add explicit border-box to details .btn

merge-requests/1/head
Bauke 8 years ago
parent
commit
7199f01efa
No known key found for this signature in database GPG Key ID: C1C0F29952BCF558
  1. 4
      tildes/scss/modules/_sidebar.scss

4
tildes/scss/modules/_sidebar.scss

@ -4,6 +4,10 @@
line-height: 1rem; line-height: 1rem;
} }
details .btn {
box-sizing: border-box;
}
.btn { .btn {
width: 100%; width: 100%;
} }

Loading…
Cancel
Save