less: Make filter column input wider
This commit is contained in:
parent
fd372c6b62
commit
5dacabd437
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue