From d89ddd90146bb4054f7c9bbf94aeda2eb11c0e37 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 7 Sep 2026 19:25:37 +1000 Subject: [PATCH] [UI] Specify min width for search input (#12810) --- src/frontend/lib/components/SearchInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/lib/components/SearchInput.tsx b/src/frontend/lib/components/SearchInput.tsx index 740c763719..7e5adbbee2 100644 --- a/src/frontend/lib/components/SearchInput.tsx +++ b/src/frontend/lib/components/SearchInput.tsx @@ -33,6 +33,7 @@ export function SearchInput({ leftSection={} placeholder={placeholder ?? t`Search`} onChange={(event) => setValue(event.target.value)} + style={{ minWidth: '150px' }} rightSection={ value.length > 0 ? (