From a2f97a68c67b50b0d0f7c1f3ab57d5bf0ce96f0d Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 25 Jan 2022 08:39:09 +0000 Subject: [PATCH] QueryEditors: Restore query editor margin to what old value (#44384) (#44409) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 566556fea2ddc32793b111294cbdc6f48ed33049) Co-authored-by: Torkel Ödegaard --- .../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};