From fd8dcd38828b4bcea090a085601e67b5f29a8b2f Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Wed, 25 Mar 2020 15:36:08 +0100 Subject: [PATCH] Wordwrap overly long words in comments via CSS. Very long words may overflow the dashboard_widget boundary on backend start page otherwise. Signed-off-by: Thomas Hochstein --- templates/2k11/admin/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 398725ef..5a81bd5b 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1094,6 +1094,10 @@ input[type=checkbox], clear: both; } +.comment_summary { + overflow-wrap: break-word; +} + /* COMMON STYLES */ a,