Fix checkbox being clickable outside of checkbox and label extents

This commit is contained in:
David Rowe 2016-04-07 17:20:40 +12:00
parent cef599eaed
commit fd7a6ed042

View file

@ -452,6 +452,10 @@ input[type=checkbox]:checked + label:hover {
min-height: 29px;
}
.property.checkbox {
width: auto;
}
.property label {
display: table-cell;
vertical-align: middle;