Navigation: bump the bottom padding of the megamenu slightly (#82171)

bump the bottom padding of the megamenu slightly
This commit is contained in:
Ashley Harrison
2024-02-08 16:24:23 +01:00
committed by GitHub
parent 83270b3625
commit 3756234de6
@@ -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,
},