mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Navigation: bump the bottom padding of the megamenu slightly (#82171)
bump the bottom padding of the megamenu slightly
This commit is contained in:
parent
83270b3625
commit
3756234de6
@ -117,7 +117,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
listStyleType: 'none',
|
listStyleType: 'none',
|
||||||
padding: theme.spacing(1),
|
padding: theme.spacing(1, 1, 2, 1),
|
||||||
[theme.breakpoints.up('md')]: {
|
[theme.breakpoints.up('md')]: {
|
||||||
width: MENU_WIDTH,
|
width: MENU_WIDTH,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user