@@ -58,7 +58,8 @@ input[type="number"] {
}
select {
- max-height: 16px;
+ min-height: 22px;
+ max-height: 22px;
input.large-input {
@@ -391,8 +392,4 @@ a {
margin: 8px;
border: solid 1px rgb(191, 191, 191);
-
- select {
- max-height: 21px;
- }