Fix input width (#11897)

Fixes #11742. The bug introduced by
https://github.com/twentyhq/twenty/pull/11536
This commit is contained in:
Raphaël Bosi
2025-05-06 18:43:53 +02:00
committed by GitHub
parent a2388d2dc7
commit c726a7d524

View File

@ -180,7 +180,7 @@ export const MultiItemFieldInput = <T,>({
};
return (
<DropdownMenu ref={containerRef}>
<DropdownMenu ref={containerRef} width={200}>
{!!items.length && (
<>
<DropdownMenuItemsContainer>