diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/components/dashboard/lists/EditListModal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/lists/EditListModal.tsx b/apps/web/components/dashboard/lists/EditListModal.tsx index 2940a856..68d32b0a 100644 --- a/apps/web/components/dashboard/lists/EditListModal.tsx +++ b/apps/web/components/dashboard/lists/EditListModal.tsx @@ -225,7 +225,7 @@ export function EditListModal({ <PopoverTrigger className="h-full rounded border border-input px-2 text-2xl"> {field.value} </PopoverTrigger> - <PopoverContent> + <PopoverContent className="w-auto"> <Picker data={data} onEmojiSelect={(e: { native: string }) => |
