diff --git a/packages/features/bookings/Booker/components/EventMeta.tsx b/packages/features/bookings/Booker/components/EventMeta.tsx index 08b72e2803..32fad2b847 100644 --- a/packages/features/bookings/Booker/components/EventMeta.tsx +++ b/packages/features/bookings/Booker/components/EventMeta.tsx @@ -169,7 +169,7 @@ export const EventMeta = ({ timezoneSelectCustomClassname={classNames?.eventMetaTimezoneSelect} classNames={{ control: () => "!min-h-0 p-0 w-full border-0 bg-transparent focus-within:ring-0", - menu: () => "!w-64 max-w-[90vw]", + menu: () => "!w-64 max-w-[90vw] mb-1 ", singleValue: () => "text-text py-1", indicatorsContainer: () => "ml-auto", container: () => "max-w-full",