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