mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-10 22:48:59 +00:00
[UI] Specify min width for search input (#12810)
This commit is contained in:
@@ -33,6 +33,7 @@ export function SearchInput({
|
|||||||
leftSection={<IconSearch />}
|
leftSection={<IconSearch />}
|
||||||
placeholder={placeholder ?? t`Search`}
|
placeholder={placeholder ?? t`Search`}
|
||||||
onChange={(event) => setValue(event.target.value)}
|
onChange={(event) => setValue(event.target.value)}
|
||||||
|
style={{ minWidth: '150px' }}
|
||||||
rightSection={
|
rightSection={
|
||||||
value.length > 0 ? (
|
value.length > 0 ? (
|
||||||
<CloseButton
|
<CloseButton
|
||||||
|
|||||||
Reference in New Issue
Block a user