Increase the size of select dropdown so they match the size of other fields

This commit is contained in:
Paul Clarke 2016-09-30 10:03:10 +13:00
parent 32383114ce
commit 3fdeaea162

View File

@ -55,7 +55,7 @@ form.nostyle {
}
select:not([size]):not([multiple]) {
height: 2.5rem;
height: 2.924rem;
}
input.text,