diff --git a/src/components/Dashboard/common/FilterSidebar.jsx b/src/components/Dashboard/common/FilterSidebar.jsx index c57decb..0f3a092 100644 --- a/src/components/Dashboard/common/FilterSidebar.jsx +++ b/src/components/Dashboard/common/FilterSidebar.jsx @@ -136,7 +136,7 @@ const FilterSidebar = ({ } return ( - + @@ -158,14 +158,14 @@ const FilterSidebar = ({ value={row.field || undefined} onChange={(v) => changeField(row.field, v)} options={availableOptions(row.field)} - style={{ minWidth: 80, flex: 1 }} + style={{ minWidth: 80 }} allowClear={false} /> changeValue(row.field, e.target.value)} - style={{ width: 160 }} + style={{ flex: 1 }} />