From c188a91d648c0b88f7c041c4ddb7edfbc4f40974 Mon Sep 17 00:00:00 2001 From: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:57:49 +0100 Subject: [PATCH] fix: Safari overflowing issues (#11385) --- apps/web/pages/[user].tsx | 2 +- .../features/eventtypes/components/EventTypeDescription.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/pages/[user].tsx b/apps/web/pages/[user].tsx index 5afe8b1154..797684352e 100644 --- a/apps/web/pages/[user].tsx +++ b/apps/web/pages/[user].tsx @@ -154,7 +154,7 @@ export function UserPage(props: InferGetServerSidePropsType

{type.title}

- + diff --git a/packages/features/eventtypes/components/EventTypeDescription.tsx b/packages/features/eventtypes/components/EventTypeDescription.tsx index 69620377ed..b1a1176ec8 100644 --- a/packages/features/eventtypes/components/EventTypeDescription.tsx +++ b/packages/features/eventtypes/components/EventTypeDescription.tsx @@ -47,7 +47,7 @@ export const EventTypeDescription = ({
*:not(:first-child)]:hidden" : "" )} dangerouslySetInnerHTML={{ __html: eventType.descriptionAsSafeHTML || "",