From 4aaebbb284a3929dc6332846904859364028a099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Fri, 12 Jul 2024 00:14:24 +0200 Subject: [PATCH] add min width to combobox --- apps/dashboard/src/components/ui/combobox.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dashboard/src/components/ui/combobox.tsx b/apps/dashboard/src/components/ui/combobox.tsx index 46a2a677..03bdb5b4 100644 --- a/apps/dashboard/src/components/ui/combobox.tsx +++ b/apps/dashboard/src/components/ui/combobox.tsx @@ -128,6 +128,7 @@ export function Combobox({ data={items} itemHeight={32} itemKey="value" + className="min-w-60" > {(item) => (