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

pull/44348/head
Torkel Ödegaard 3 years ago committed by GitHub
parent aead2e9157
commit 566556fea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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};

Loading…
Cancel
Save