Give checkboxes and radio inputs more margin so that line heights are more like those with dropdowns
parent
d97ef46b57
commit
b642632fc0
|
@ -57,3 +57,8 @@ tr td:first-child {
|
|||
vertical-align: top;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
tr td input[type="checkbox"],
|
||||
tr td input[type="radio"] {
|
||||
margin: 6px 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue