aboutsummaryrefslogtreecommitdiff
path: root/test/writer.html4
diff options
context:
space:
mode:
Diffstat (limited to 'test/writer.html4')
-rw-r--r--test/writer.html43
1 files changed, 2 insertions, 1 deletions
diff --git a/test/writer.html4 b/test/writer.html4
index 76578249a..215a1efb9 100644
--- a/test/writer.html4
+++ b/test/writer.html4
@@ -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;