Set width of Select in table field in Filter dialog
This commit is contained in:
parent
d0c1f07422
commit
9769c43e6b
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
.Dialog {
|
||||
.Filter.DialogContent {
|
||||
overflow: hidden;
|
||||
|
||||
.TableField .Right .SelectTrigger.Table {
|
||||
width: $unit-20x;
|
||||
min-width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.DialogFooter .Buttons .Button.Blended {
|
||||
|
|
|
|||
Loading…
Reference in a new issue