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

This commit is contained in:
Torkel Ödegaard 2022-01-25 09:19:39 +01:00 committed by GitHub
parent aead2e9157
commit 566556fea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,8 @@ const getQueryOperationRowStyles = stylesFactory((theme: GrafanaTheme) => {
text-overflow: ellipsis; text-overflow: ellipsis;
`, `,
content: css` content: css`
margin: ${theme.spacing.md}; margin-top: ${theme.spacing.inlineFormMargin};
margin-left: ${theme.spacing.lg};
`, `,
disabled: css` disabled: css`
color: ${theme.colors.textWeak}; color: ${theme.colors.textWeak};