SectionNav: Remove root section right margin (#65507)

This commit is contained in:
Torkel Ödegaard 2023-03-29 10:51:56 +02:00 committed by GitHub
parent d8ac2e97a0
commit 3696958632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,