WebUI - set full width to input element

This commit is contained in:
zl7261 2025-09-26 04:04:54 +00:00
parent a024793a6a
commit 1bb7655538

View file

@ -204,7 +204,7 @@ export const GraphSearchInput = ({
return (
<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}
renderOption={OptionComponent}
getOptionValue={(item) => item.id}