From e32d4648af57bdc03f11bd98562aff41d29f8847 Mon Sep 17 00:00:00 2001 From: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> Date: Fri, 20 Oct 2023 20:08:52 +0530 Subject: [PATCH] fix: webhook overflow (#11968) Co-authored-by: Peer Richelsen Co-authored-by: Peer Richelsen --- packages/features/webhooks/components/WebhookListItem.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/features/webhooks/components/WebhookListItem.tsx b/packages/features/webhooks/components/WebhookListItem.tsx index 00bf7d0023..8526a0ec45 100644 --- a/packages/features/webhooks/components/WebhookListItem.tsx +++ b/packages/features/webhooks/components/WebhookListItem.tsx @@ -73,7 +73,11 @@ export default function WebhookListItem(props: { )}>
-

{webhook.subscriberUrl}

+ +

+ {webhook.subscriberUrl} +

+
{!!props.readOnly && ( {t("readonly")}