QueryEditors: Restore query editor margin to what old value (#44384) (#44409)

(cherry picked from commit 566556fea2)

Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
This commit is contained in:
Grot (@grafanabot)
2022-01-25 09:39:09 +01:00
committed by GitHub
co-authored by Torkel Ödegaard
parent 8aa31fd2d6
commit a2f97a68c6
@@ -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};