From 3696958632109d6b5d4758c4d8b49a9762eb1323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 29 Mar 2023 10:51:56 +0200 Subject: [PATCH] SectionNav: Remove root section right margin (#65507) --- public/app/core/components/PageNew/SectionNavItem.tsx | 2 -- 1 file changed, 2 deletions(-) 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,