diff --git a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx index 19f2bc3bf65..3350a530859 100644 --- a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx +++ b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx @@ -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,