From 27f5989eb80c3a63efd58a7968b5f4e567b96d6c Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 20 Jun 2026 22:56:07 +0100 Subject: [PATCH] Added splitter to filter sidebar. --- .../Dashboard/common/FilterSidebar.jsx | 6 +- .../Dashboard/common/ObjectTable.jsx | 84 +++++++++---------- 2 files changed, 45 insertions(+), 45 deletions(-) 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 }} />