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:
Sven Grossmann 2024-12-16 12:58:36 +01:00 committed by GitHub
parent 954bd9f312
commit ccb2be5962
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%',