mirror of https://github.com/grafana/grafana.git
LogLineDetailsFields: update word break (#111469)
This commit is contained in:
parent
dafedf84ce
commit
6d3b3ea239
|
@ -419,7 +419,7 @@ const getFieldStyles = (theme: GrafanaTheme2) => ({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
lineHeight: theme.typography.body.lineHeight,
|
lineHeight: theme.typography.body.lineHeight,
|
||||||
whiteSpace: 'pre-wrap',
|
whiteSpace: 'pre-wrap',
|
||||||
wordBreak: 'break-all',
|
wordBreak: 'break-word',
|
||||||
maxHeight: '50vh',
|
maxHeight: '50vh',
|
||||||
overflow: 'auto',
|
overflow: 'auto',
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue