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};