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 d0c1f07422
commit 9769c43e6b

View file

@ -1,6 +1,11 @@
.Dialog {
.Filter.DialogContent {
overflow: hidden;
.TableField .Right .SelectTrigger.Table {
width: $unit-20x;
min-width: auto;
}
}
.DialogFooter .Buttons .Button.Blended {