CSS: Fix select line height in controls

This commit is contained in:
Florian Strohmaier 2019-07-02 10:34:37 +02:00 committed by Johannes Meyer
parent 0fa97ea420
commit 7d68212962
1 changed files with 1 additions and 0 deletions

View File

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