mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:12:54 +08:00
Logs: Lines with long words do not break properly (#61707)
really break anywhere
This commit is contained in:
@ -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;
|
||||
`,
|
||||
|
Reference in New Issue
Block a user