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