Fix input width (#11897)
Fixes #11742. The bug introduced by https://github.com/twentyhq/twenty/pull/11536
This commit is contained in:
@ -180,7 +180,7 @@ export const MultiItemFieldInput = <T,>({
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<DropdownMenu ref={containerRef}>
|
<DropdownMenu ref={containerRef} width={200}>
|
||||||
{!!items.length && (
|
{!!items.length && (
|
||||||
<>
|
<>
|
||||||
<DropdownMenuItemsContainer>
|
<DropdownMenuItemsContainer>
|
||||||
|
|||||||
Reference in New Issue
Block a user