diff --git a/public/app/core/components/AppChrome/MegaMenu/MegaMenu.tsx b/public/app/core/components/AppChrome/MegaMenu/MegaMenu.tsx index a7df60a46f2..4f55f840990 100644 --- a/public/app/core/components/AppChrome/MegaMenu/MegaMenu.tsx +++ b/public/app/core/components/AppChrome/MegaMenu/MegaMenu.tsx @@ -117,7 +117,7 @@ const getStyles = (theme: GrafanaTheme2) => ({ display: 'flex', flexDirection: 'column', listStyleType: 'none', - padding: theme.spacing(1), + padding: theme.spacing(1, 1, 2, 1), [theme.breakpoints.up('md')]: { width: MENU_WIDTH, },