chore: alex - minor padding fix

This commit is contained in:
Alex Spencer
2025-12-02 15:16:25 -08:00
parent 96e0f4718b
commit ceee8f062c
@@ -284,8 +284,7 @@ const getStyles = (theme: GrafanaTheme2) => {
position: 'relative',
}),
content: css({
padding: theme.spacing(4),
paddingRight: theme.spacing(6),
padding: `${theme.spacing(2)} ${theme.spacing(6)} ${theme.spacing(4)} ${theme.spacing(4)}`,
}),
footer: css({
...barBase,