SectionNav: Remove root section right margin (#65507)

panel-context-demo-scene v3.2.1-test
Torkel Ödegaard 2 years ago committed by GitHub
parent d8ac2e97a0
commit 3696958632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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,

Loading…
Cancel
Save