From 35a3f4b4999efbee9262c370e785eca879861d8a Mon Sep 17 00:00:00 2001 From: Zatalyz Date: Fri, 28 Aug 2020 08:51:43 +0200 Subject: [PATCH] Close #15 : l'ajout de "word-break: break-all;" sur ".dokuwiki table.diff" semble suffire. --- css/_diff.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/_diff.css b/css/_diff.css index 8ef2edd..3f54471 100644 --- a/css/_diff.css +++ b/css/_diff.css @@ -6,6 +6,7 @@ .dokuwiki table.diff { width: 100%; border-width: 0; + word-break: break-all; } .dokuwiki table.diff th, .dokuwiki table.diff td {