From 94f5e21493f1940f703fa953344265a4f87756f0 Mon Sep 17 00:00:00 2001 From: Gilles De Mey Date: Tue, 22 Oct 2024 11:08:56 +0200 Subject: [PATCH] Alerting: Fix overflow for long receiver names (#95064) --- .../unified/components/contact-points/ContactPointHeader.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/features/alerting/unified/components/contact-points/ContactPointHeader.tsx b/public/app/features/alerting/unified/components/contact-points/ContactPointHeader.tsx index 80dad9e7527..4641c605127 100644 --- a/public/app/features/alerting/unified/components/contact-points/ContactPointHeader.tsx +++ b/public/app/features/alerting/unified/components/contact-points/ContactPointHeader.tsx @@ -181,8 +181,8 @@ export const ContactPointHeader = ({ contactPoint, onDelete }: ContactPointHeade return (
- - + + {name}