Query editor: avoid avoiding word wrap on query editor components (#31949) (#31982)

(cherry picked from commit 2fb92789e7)

Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-03-16 09:30:08 +01:00
committed by GitHub
co-authored by Josh Hunt
parent 74dec56b49
commit f54533877b
@@ -120,7 +120,6 @@ const getQueryOperationRowStyles = stylesFactory((theme: GrafanaTheme) => {
return {
wrapper: css`
margin-bottom: ${theme.spacing.md};
white-space: nowrap;
`,
header: css`
padding: ${theme.spacing.xs} ${theme.spacing.sm};
@@ -130,6 +129,7 @@ const getQueryOperationRowStyles = stylesFactory((theme: GrafanaTheme) => {
display: flex;
align-items: center;
justify-content: space-between;
white-space: nowrap;
`,
dragIcon: css`
cursor: drag;