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 ? (