Menu: Change left/right padding to `12px` (#97033)

* Menu: Change left/right padding to `12px`

* add border radius

* fix wrong rebase
pull/98023/head
Sven Grossmann 5 months ago committed by GitHub
parent 954bd9f312
commit ccb2be5962
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      packages/grafana-ui/src/components/Menu/MenuItem.tsx

@ -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…
Cancel
Save