Navigation: fix gap at top of menu (#47123)

pull/47128/head
Ashley Harrison 3 years ago committed by GitHub
parent 7d9f22fa59
commit 0cde5908ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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,

Loading…
Cancel
Save