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:
Thomas Dräbing
2020-02-11 16:08:39 +01:00
committed by GitHub
parent ec0051c075
commit 113365cff9
@@ -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