CSS: Fix select line height in controls
This commit is contained in:
parent
0fa97ea420
commit
7d68212962
|
@ -218,6 +218,7 @@ html.no-js .sort-control form {
|
|||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
/* compensate inconsistent select height calculations */
|
||||
line-height: 1;
|
||||
height: 2em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue