From 8a7beff339d12b9c4cf2c7f1f4152f6957a2fdbd Mon Sep 17 00:00:00 2001 From: Sy Sagar <93787385+SySagar@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:56:53 +0530 Subject: [PATCH] style(Booker): overflow on timezone Select (#16242) --- packages/features/bookings/Booker/components/EventMeta.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",