[UI] Specify min width for search input (#12810)

This commit is contained in:
Oliver
2026-09-07 19:25:37 +10:00
committed by GitHub
parent c959ca4574
commit d89ddd9014
@@ -33,6 +33,7 @@ export function SearchInput({
leftSection={<IconSearch />}
placeholder={placeholder ?? t`Search`}
onChange={(event) => setValue(event.target.value)}
style={{ minWidth: '150px' }}
rightSection={
value.length > 0 ? (
<CloseButton