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:
Torkel Ödegaard
2020-09-04 22:03:26 +02:00
committed by GitHub
parent d16a1f2215
commit b6d76cdba7
@@ -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`