From 566556fea2ddc32793b111294cbdc6f48ed33049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 25 Jan 2022 09:19:39 +0100 Subject: [PATCH] QueryEditors: Restore query editor margin to what old value (#44384) --- .../core/components/QueryOperationRow/QueryOperationRow.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/app/core/components/QueryOperationRow/QueryOperationRow.tsx b/public/app/core/components/QueryOperationRow/QueryOperationRow.tsx index c5d2e188c34..146b21f9e68 100644 --- a/public/app/core/components/QueryOperationRow/QueryOperationRow.tsx +++ b/public/app/core/components/QueryOperationRow/QueryOperationRow.tsx @@ -180,7 +180,8 @@ const getQueryOperationRowStyles = stylesFactory((theme: GrafanaTheme) => { text-overflow: ellipsis; `, content: css` - margin: ${theme.spacing.md}; + margin-top: ${theme.spacing.inlineFormMargin}; + margin-left: ${theme.spacing.lg}; `, disabled: css` color: ${theme.colors.textWeak};