mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 19:30:36 -06:00
QueryEditors: Restore query editor margin to what old value (#44384)
This commit is contained in:
parent
aead2e9157
commit
566556fea2
@ -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…
Reference in New Issue
Block a user