diff --git a/apps/web/components/v2/eventtype/EventAdvancedTab.tsx b/apps/web/components/v2/eventtype/EventAdvancedTab.tsx index ca7936b645..1fd16375d8 100644 --- a/apps/web/components/v2/eventtype/EventAdvancedTab.tsx +++ b/apps/web/components/v2/eventtype/EventAdvancedTab.tsx @@ -123,6 +123,7 @@ export const EventAdvancedTab = ({ eventType, team }: Pick 0} + fitToHeight={true} onCheckedChange={(e) => { if (e && customInputs.length === 0) { // Push a placeholders @@ -134,7 +135,7 @@ export const EventAdvancedTab = ({ eventType, team }: Pick -
+

{t("additional_input_description")}

@@ -178,8 +179,9 @@ export const EventAdvancedTab = ({ eventType, team }: Pick onChange(e)} disabled={seatsEnabled} + fitToHeight={true} /> -
+
@@ -199,11 +201,12 @@ export const EventAdvancedTab = ({ eventType, team }: Pick onChange(e)} disabled={seatsEnabled} /> -
+

{t("disable_guests_description")}

@@ -218,8 +221,13 @@ export const EventAdvancedTab = ({ eventType, team }: Pick (
- onChange(e)} /> -
+ onChange(e)} + /> +

{t("disable_notes_description")}

@@ -236,13 +244,14 @@ export const EventAdvancedTab = ({ eventType, team }: Pick { setHashedLinkVisible(e); onChange(e ? hashedUrl : undefined); }} /> -
+

{t("private_link_description")}

diff --git a/packages/ui/v2/core/Switch.tsx b/packages/ui/v2/core/Switch.tsx index 7949292ca7..a077a66097 100644 --- a/packages/ui/v2/core/Switch.tsx +++ b/packages/ui/v2/core/Switch.tsx @@ -11,13 +11,14 @@ const Switch = ( thumbProps?: { className?: string; }; + fitToHeight?: boolean; } ) => { const { label, ...primitiveProps } = props; const id = useId(); return ( -
+