Set width of Select in table field in Filter dialog

This commit is contained in:
Justin Edmund 2023-03-20 10:03:07 -07:00
parent b0a4bf8fc4
commit d4e70d9807

View file

@ -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 {