Query Editor: avoid word wrap (#30373)

This commit is contained in:
Ryan McKinley
2021-01-18 23:13:03 -08:00
committed by GitHub
parent bb65113c7d
commit 4c122f4601

View File

@@ -120,6 +120,7 @@ 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};