PanelEdit: Vertically align padding for panel edit option group body (#27310)
* PanelEdit: Center padding for panel edit group body * fixed padding
This commit is contained in:
@@ -162,7 +162,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme, isExpanded: boolean, isNes
|
||||
),
|
||||
body: cx(
|
||||
css`
|
||||
padding: 0 ${theme.spacing.md} ${theme.spacing.md} ${theme.spacing.xl};
|
||||
padding: ${theme.spacing.sm} ${theme.spacing.md} ${theme.spacing.sm} ${theme.spacing.xl};
|
||||
`,
|
||||
isNested &&
|
||||
css`
|
||||
|
||||
Reference in New Issue
Block a user