Commit b6d76cdb by Torkel Ödegaard Committed by GitHub

PanelEdit: Vertically align padding for panel edit option group body (#27310)

* PanelEdit: Center padding for panel edit group body

* fixed padding
parent d16a1f22
......@@ -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`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment