From 7b81fef14e622f1dcf90c2382f509ef7c754e8d2 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 19 Jan 2023 12:09:27 +0000 Subject: [PATCH] [v9.3.x] Logs: Lines with long words do not break properly (#61756) Logs: Lines with long words do not break properly (#61707) really break anywhere (cherry picked from commit fd70f6034f076635540b2f275b8659780c8e0928) Co-authored-by: Sven Grossmann --- public/app/features/logs/components/getLogRowStyles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/logs/components/getLogRowStyles.ts b/public/app/features/logs/components/getLogRowStyles.ts index 8b53e186afc..3aeda83e964 100644 --- a/public/app/features/logs/components/getLogRowStyles.ts +++ b/public/app/features/logs/components/getLogRowStyles.ts @@ -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; `,