Give checkboxes and radio inputs more margin so that line heights are more like those with dropdowns

pull/3494/head
Isaac Connor 2022-05-30 14:29:06 -04:00
parent d97ef46b57
commit b642632fc0
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}