From ceee8f062cc9aa6dbfc07a6eb0b322ee5056c13f Mon Sep 17 00:00:00 2001 From: Alex Spencer <52186778+alexjonspencer1@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:16:25 -0800 Subject: [PATCH] chore: alex - minor padding fix --- .../panel-edit/PanelDataPane/QueryTransformList.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,