mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Menu: Change left/right padding to 12px
(#97033)
* Menu: Change left/right padding to `12px` * add border radius * fix wrong rebase
This commit is contained in:
parent
954bd9f312
commit
ccb2be5962
@ -222,8 +222,9 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
flexDirection: 'column',
|
||||
alignItems: 'stretch',
|
||||
justifyContent: 'center',
|
||||
padding: theme.spacing(0.5, 2),
|
||||
padding: theme.spacing(0.5, 1.5),
|
||||
minHeight: theme.spacing(4),
|
||||
borderRadius: theme.shape.radius.default,
|
||||
margin: 0,
|
||||
border: 'none',
|
||||
width: '100%',
|
||||
|
Loading…
Reference in New Issue
Block a user