From 0cde5908ca2d5d2036cd5ac4f4ae0d4eeee39836 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Thu, 31 Mar 2022 13:03:13 +0100 Subject: [PATCH] Navigation: fix gap at top of menu (#47123) --- public/app/core/components/NavBar/Next/NavBarMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/components/NavBar/Next/NavBarMenu.tsx b/public/app/core/components/NavBar/Next/NavBarMenu.tsx index 6117402d64c..821bfcd00b9 100644 --- a/public/app/core/components/NavBar/Next/NavBarMenu.tsx +++ b/public/app/core/components/NavBar/Next/NavBarMenu.tsx @@ -66,7 +66,7 @@ const getStyles = (theme: GrafanaTheme2) => { flexDirection: 'column', left: 0, whiteSpace: 'nowrap', - marginTop: theme.spacing(1), + paddingTop: theme.spacing(1), marginRight: theme.spacing(1.5), right: 0, zIndex: 9999,