From a51e363c7ccbf5d8f36b84391469482e46230362 Mon Sep 17 00:00:00 2001 From: Madhur Jodhwani Date: Mon, 25 Nov 2024 11:49:04 +0530 Subject: [PATCH] chore: fix truncation of webhook url to avoid disappearance of Trash Icon (#4145) * Fixed truncation of webhook url to avoid disappearance of Trash Icon * fixing webhook truncation issue #4078 * Removing overflow-hidden * resolving pipeline issues * supporting on hover url display --------- Co-authored-by: Madhur --- web/src/components/Settings/WebhookSection.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/components/Settings/WebhookSection.tsx b/web/src/components/Settings/WebhookSection.tsx index 4b2daba6..64074ab2 100644 --- a/web/src/components/Settings/WebhookSection.tsx +++ b/web/src/components/Settings/WebhookSection.tsx @@ -79,7 +79,9 @@ const WebhookSection = () => { {webhooks.map((webhook) => ( {webhook.name} - {webhook.url} + + {webhook.url} +