less: Make filter column input wider

This commit is contained in:
Markus Frosch 2018-08-07 11:27:15 +02:00 committed by Thomas Gelf
parent fd372c6b62
commit 5dacabd437
1 changed files with 2 additions and 2 deletions

View File

@ -1452,8 +1452,8 @@ li.filter-chain > select.operator {
div.filter-expression {
.column {
min-width: 7em;
max-width: 10em;
width: 10em;
max-width: 30em;
width: auto;
}
.sign {