Commit 4c122f46 by Ryan McKinley Committed by GitHub

Query Editor: avoid word wrap (#30373)

parent bb65113c
...@@ -120,6 +120,7 @@ const getQueryOperationRowStyles = stylesFactory((theme: GrafanaTheme) => { ...@@ -120,6 +120,7 @@ const getQueryOperationRowStyles = stylesFactory((theme: GrafanaTheme) => {
return { return {
wrapper: css` wrapper: css`
margin-bottom: ${theme.spacing.md}; margin-bottom: ${theme.spacing.md};
white-space: nowrap;
`, `,
header: css` header: css`
padding: ${theme.spacing.xs} ${theme.spacing.sm}; padding: ${theme.spacing.xs} ${theme.spacing.sm};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment