Skip to content

Commit ea73870

Browse files
authored
fix: overflow issue in Custom event name modal (#7224)
1 parent d1440bb commit ea73870

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/web/components/eventtype/EventAdvancedTab.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,8 @@ export const EventAdvancedTab = ({ eventType, team }: Pick<EventTypeSetupProps,
408408
<DialogContent
409409
title={t("custom_event_name")}
410410
description={t("custom_event_name_description")}
411-
type="creation">
411+
type="creation"
412+
enableOverflow>
412413
<TextField
413414
label={t("event_name_in_calendar")}
414415
type="text"

0 commit comments

Comments
 (0)