From 2fdfd827a88e536e11597ab9159c2b0dd69bfd08 Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Sat, 8 Jan 2022 17:03:27 +0100 Subject: [PATCH] =?UTF-8?q?Prise=20en=20compte=20des=20changements=20dans?= =?UTF-8?q?=20le=20template=20HTML=20par=20d=C3=A9faut=20dans=20pandoc=202?= =?UTF-8?q?.14.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- REB/REB_CSL-Validation.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/REB/REB_CSL-Validation.html b/REB/REB_CSL-Validation.html index eb478a2..fe9d98f 100644 --- a/REB/REB_CSL-Validation.html +++ b/REB/REB_CSL-Validation.html @@ -21,7 +21,7 @@ padding-top: 50px; padding-bottom: 50px; hyphens: auto; - word-wrap: break-word; + overflow-wrap: break-word; text-rendering: optimizeLegibility; font-kerning: normal; } @@ -92,6 +92,7 @@ pre code { padding: 0; overflow: visible; + overflow-wrap: normal; } .sourceCode { background-color: transparent;