Skip to content

Commit

Permalink
Query editor: avoid avoiding word wrap on query editor components (gr…
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhunt authored Mar 15, 2021
1 parent 9ffd88b commit 2fb9278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand All @@ -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;
Expand Down

0 comments on commit 2fb9278

Please sign in to comment.