WebUI - set full width to input element
This commit is contained in:
parent
a024793a6a
commit
1bb7655538
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ export const GraphSearchInput = ({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<AsyncSearch
|
<AsyncSearch
|
||||||
className="bg-background/60 w-24 rounded-xl border-1 opacity-60 backdrop-blur-lg transition-all hover:w-fit hover:opacity-100"
|
className="bg-background/60 w-24 rounded-xl border-1 opacity-60 backdrop-blur-lg transition-all hover:w-fit hover:opacity-100 w-full"
|
||||||
fetcher={loadOptions}
|
fetcher={loadOptions}
|
||||||
renderOption={OptionComponent}
|
renderOption={OptionComponent}
|
||||||
getOptionValue={(item) => item.id}
|
getOptionValue={(item) => item.id}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue