mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Query editor: avoid avoiding word wrap on query editor components (#31949)
This commit is contained in:
parent
9ffd88b103
commit
2fb92789e7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user