From 750fc36962b47c9914e4d40f308e0825274fde14 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 24 Jun 2024 12:43:06 +0200 Subject: [PATCH] Fix poor table column layout due to breaking words Caused by #31091 --- web_src/css/markup/content.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web_src/css/markup/content.css b/web_src/css/markup/content.css index 9546c11d6a0a..c1d300ca4e07 100644 --- a/web_src/css/markup/content.css +++ b/web_src/css/markup/content.css @@ -284,6 +284,7 @@ width: max-content; max-width: 100%; overflow: auto; + overflow-wrap: break-word; } .markup table th {