Fix (pretty) checkboxes padding in lists

pull/5742/merge
Aleksander Machniak 7 years ago
parent bd254b66c7
commit 60876bd38c

@ -477,6 +477,7 @@ ul.proplist {
& + label { & + label {
height: 1.8rem; height: 1.8rem;
margin-right: .5rem; margin-right: .5rem;
padding: 0;
} }
} }

@ -141,6 +141,7 @@ ul.listing {
input.icon-checkbox + label, input.icon-checkbox + label,
input[type=checkbox] { input[type=checkbox] {
position: absolute; position: absolute;
padding: 0;
top: 0; top: 0;
right: .5rem; right: .5rem;
height: @listing-line-height; height: @listing-line-height;

Loading…
Cancel
Save