Logs: Lines with long words do not break properly (#61707)

really break anywhere
This commit is contained in:
Sven Grossmann
2023-01-19 12:56:44 +01:00
committed by GitHub
parent dd8f95a201
commit fd70f6034f

View File

@ -123,6 +123,7 @@ export const getLogRowStyles = (theme: GrafanaTheme2, logLevel?: LogLevel) => {
label: logs-row__message;
white-space: pre-wrap;
word-break: break-all;
overflow-wrap: anywhere;
width: 100%;
text-align: left;
`,