CSS: Fix input height in filter editor
This commit is contained in:
parent
9cdf37410c
commit
1d5cfef78d
|
@ -192,6 +192,8 @@ table.multiselect tr[href] td {
|
|||
|
||||
input[type=text], select {
|
||||
width: 12em;
|
||||
height: 2em;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
ul.tree li.active {
|
||||
|
|
Loading…
Reference in New Issue