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 15:24:23 +00:00 committed by GitHub
parent 83270b3625
commit 3756234de6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
},