mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -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',
|
||||
flexDirection: 'column',
|
||||
listStyleType: 'none',
|
||||
padding: theme.spacing(1),
|
||||
padding: theme.spacing(1, 1, 2, 1),
|
||||
[theme.breakpoints.up('md')]: {
|
||||
width: MENU_WIDTH,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user