document-css: reset overflow-wrap on code blocks

fixes #7423
This commit is contained in:
Mauro Bieg
2021-07-02 09:27:15 +02:00
committed by John MacFarlane
parent 95541294d3
commit de4da56079
5 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -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;