mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-09 22:30:17 +00:00
[UI] Specify min width for search input (#12810)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user