From 3756234de6c3e538c44cc4a11c274e6447b05efb Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Thu, 8 Feb 2024 15:24:23 +0000 Subject: [PATCH] Navigation: bump the bottom padding of the megamenu slightly (#82171) bump the bottom padding of the megamenu slightly --- public/app/core/components/AppChrome/MegaMenu/MegaMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },