diff --git a/packages/features/eventtypes/components/Locations.tsx b/packages/features/eventtypes/components/Locations.tsx index 5231b766e1..a71f2540cf 100644 --- a/packages/features/eventtypes/components/Locations.tsx +++ b/packages/features/eventtypes/components/Locations.tsx @@ -344,7 +344,7 @@ const Locations: React.FC = ({ {isCalVideo && !isPlatform && (
-
+
= ({ return ( @@ -367,7 +367,7 @@ const Locations: React.FC = ({ return ( @@ -382,7 +382,7 @@ const Locations: React.FC = ({ return ( @@ -398,7 +398,7 @@ const Locations: React.FC = ({ return ( @@ -414,7 +414,7 @@ const Locations: React.FC = ({ return ( @@ -427,7 +427,8 @@ const Locations: React.FC = ({ label={t("enter_redirect_url_on_exit_description")} defaultValue={eventType.calVideoSettings?.redirectUrlOnExit || ""} data-testid="calVideoSettings.redirectUrlOnExit" - containerClassName="mt-2" + containerClassName="mt-4" + className="leading-6" {...formMethods.register("calVideoSettings.redirectUrlOnExit", { setValueAs: (v) => (!v || v.trim() === "" ? null : v), })} diff --git a/packages/platform/atoms/src/components/ui/switch.tsx b/packages/platform/atoms/src/components/ui/switch.tsx index 3e8b9d0452..20c88117db 100644 --- a/packages/platform/atoms/src/components/ui/switch.tsx +++ b/packages/platform/atoms/src/components/ui/switch.tsx @@ -8,7 +8,7 @@ const Switch = React.forwardRef< >(({ className, ...props }, ref) => (