mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Logs: Lines with long words do not break properly (#61707)
really break anywhere
This commit is contained in:
parent
dd8f95a201
commit
fd70f6034f
@ -123,6 +123,7 @@ export const getLogRowStyles = (theme: GrafanaTheme2, logLevel?: LogLevel) => {
|
|||||||
label: logs-row__message;
|
label: logs-row__message;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
`,
|
`,
|
||||||
|
Loading…
Reference in New Issue
Block a user