mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Fix display of multiline logs in log panel and explore (#22057)
Logs that contained line breaks were displayed in a single wrapped line and not respecting the line break characters.
This commit is contained in:
@@ -135,6 +135,7 @@ export const getLogRowStyles = stylesFactory((theme: GrafanaTheme, logLevel?: Lo
|
||||
`,
|
||||
logsRowMessage: css`
|
||||
label: logs-row__message;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
`,
|
||||
//Log details sepcific CSS
|
||||
|
||||
Reference in New Issue
Block a user