fix: overflow issue in Custom event name modal (#7224)

pull/7236/head
Nafees Nazik 2023-02-20 21:46:31 +05:30 committed by GitHub
parent d1440bb5d2
commit ea73870ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -408,7 +408,8 @@ export const EventAdvancedTab = ({ eventType, team }: Pick<EventTypeSetupProps,
<DialogContent
title={t("custom_event_name")}
description={t("custom_event_name_description")}
type="creation">
type="creation"
enableOverflow>
<TextField
label={t("event_name_in_calendar")}
type="text"