From 8f50ccbb7cdc2f18109dd558b9bb4fda18dd872e Mon Sep 17 00:00:00 2001 From: Tom Ratcliffe Date: Mon, 18 Mar 2024 11:07:55 +0000 Subject: [PATCH] Fix display of Alert diagram in Safari --- public/app/features/alerting/unified/home/GettingStarted.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/alerting/unified/home/GettingStarted.tsx b/public/app/features/alerting/unified/home/GettingStarted.tsx index da8010b6f73..9745ec893b0 100644 --- a/public/app/features/alerting/unified/home/GettingStarted.tsx +++ b/public/app/features/alerting/unified/home/GettingStarted.tsx @@ -95,6 +95,7 @@ const getWelcomePageStyles = (theme: GrafanaTheme2) => ({ svgContainer: css({ '& svg': { maxWidth: '900px', + flex: 1, }, }), list: css({