diff --git a/public/app/core/components/PageNew/SectionNavItem.tsx b/public/app/core/components/PageNew/SectionNavItem.tsx index 7abf0634e6a..c05c2499407 100644 --- a/public/app/core/components/PageNew/SectionNavItem.tsx +++ b/public/app/core/components/PageNew/SectionNavItem.tsx @@ -102,7 +102,7 @@ const getStyles = (theme: GrafanaTheme2) => { margin-left: ${theme.spacing(1)}; `, sectionImg: css({ - height: 18, + width: 18, }), isSectionRoot: css({ fontSize: theme.typography.h4.fontSize,