add min width to combobox
This commit is contained in:
@@ -128,6 +128,7 @@ export function Combobox<T extends string>({
|
||||
data={items}
|
||||
itemHeight={32}
|
||||
itemKey="value"
|
||||
className="min-w-60"
|
||||
>
|
||||
{(item) => (
|
||||
<CommandItem
|
||||
|
||||
Reference in New Issue
Block a user