From a682e72c03e253bc9f4604fa416feb7440828f79 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 6 Jan 2023 10:49:55 -0800 Subject: Add `code { hyphens: manual; }` to HTML and EPUB CSS. Closes #8530. --- test/writer.html5 | 1 + 1 file changed, 1 insertion(+) (limited to 'test/writer.html5') diff --git a/test/writer.html5 b/test/writer.html5 index c1b292f3d..453d994d6 100644 --- a/test/writer.html5 +++ b/test/writer.html5 @@ -90,6 +90,7 @@ font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace; font-size: 85%; margin: 0; + hyphens: manual; } pre { margin: 1em 0; -- cgit v1.2.3