diff --git a/public/app/features/alerting/unified/home/GettingStarted.tsx b/public/app/features/alerting/unified/home/GettingStarted.tsx index 263dd94428d..c768ad97b32 100644 --- a/public/app/features/alerting/unified/home/GettingStarted.tsx +++ b/public/app/features/alerting/unified/home/GettingStarted.tsx @@ -93,6 +93,7 @@ const getWelcomePageStyles = (theme: GrafanaTheme2) => ({ grid-template-rows: min-content auto auto; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: ${theme.spacing(2)}; + width: 100%; `, ctaContainer: css` grid-column: 1 / span 5;