aboutsummaryrefslogtreecommitdiff
path: root/test/writer.html5
diff options
context:
space:
mode:
authorMauro Bieg <mb21@users.noreply.github.com>2021-07-02 09:27:15 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2021-07-05 08:57:23 -0700
commitde4da56079663dd31464525c23be3db1c0631f11 (patch)
treeb8865266bfd9b802115ccc2e817fd1257bdbfada /test/writer.html5
parent95541294d384d5bf6514b0b676bf93b44ba4d26d (diff)
downloadpandoc-de4da56079663dd31464525c23be3db1c0631f11.tar.gz
document-css: reset overflow-wrap on code blocks
fixes #7423
Diffstat (limited to 'test/writer.html5')
-rw-r--r--test/writer.html53
1 files changed, 2 insertions, 1 deletions
diff --git a/test/writer.html5 b/test/writer.html5
index cb9333efa..387df4058 100644
--- a/test/writer.html5
+++ b/test/writer.html5
@@ -24,7 +24,7 @@
padding-top: 50px;
padding-bottom: 50px;
hyphens: auto;
- word-wrap: break-word;
+ overflow-wrap: break-word;
text-rendering: optimizeLegibility;
font-kerning: normal;
}
@@ -95,6 +95,7 @@
pre code {
padding: 0;
overflow: visible;
+ overflow-wrap: normal;
}
.sourceCode {
background-color: transparent;