CSS: Fix input height in filter editor

This commit is contained in:
Florian Strohmaier 2019-07-29 14:19:59 +02:00
parent 9cdf37410c
commit 1d5cfef78d
1 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,8 @@ table.multiselect tr[href] td {
input[type=text], select {
width: 12em;
height: 2em;
line-height: 1;
}
ul.tree li.active {