mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Query Editor: avoid word wrap (#30373)
This commit is contained in:
@@ -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};
|
||||||
|
Reference in New Issue
Block a user