From fd70f6034f076635540b2f275b8659780c8e0928 Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Thu, 19 Jan 2023 12:56:44 +0100 Subject: [PATCH] Logs: Lines with long words do not break properly (#61707) really break anywhere --- 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 6ce0d408a1b..92db16e4353 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; `,