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({