From 219d3ea9c2d41ffa2873678c6b2e7367dea98076 Mon Sep 17 00:00:00 2001 From: Alan Buscaglia Date: Wed, 22 Oct 2025 15:28:08 +0200 Subject: [PATCH] fix: adjust map region filter layout to fit content width - Changed SelectTrigger from w-full to min-w-[200px] - Filter now only takes space it needs instead of stretching full width - Updated import path for Select component --- ui/components/graphs/map-region-filter.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/components/graphs/map-region-filter.tsx b/ui/components/graphs/map-region-filter.tsx index c98fd43ddf..3b483d1c62 100644 --- a/ui/components/graphs/map-region-filter.tsx +++ b/ui/components/graphs/map-region-filter.tsx @@ -6,7 +6,7 @@ import { SelectItem, SelectTrigger, SelectValue, -} from "@/components/ui/select"; +} from "../ui/select/Select"; interface MapRegionFilterProps { regions: string[]; @@ -28,7 +28,7 @@ export function MapRegionFilter({ return (