diff --git a/public/app/core/components/PageNew/SectionNavItem.tsx b/public/app/core/components/PageNew/SectionNavItem.tsx index 3f8d9335316..a2840d6020f 100644 --- a/public/app/core/components/PageNew/SectionNavItem.tsx +++ b/public/app/core/components/PageNew/SectionNavItem.tsx @@ -116,8 +116,6 @@ const getStyles = (theme: GrafanaTheme2) => { fontSize: theme.typography.h5.fontSize, marginTop: theme.spacing(2), fontWeight: theme.typography.fontWeightMedium, - // To make room for section toggle button when section is active - marginRight: theme.spacing(4), }), noRootMargin: css({ marginBottom: 0,