Prevent literal line wrapping

This commit is contained in:
Jakob Lykke Andersen 2021-12-02 17:46:56 +01:00
parent 17dfa81107
commit aabf772722
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ Bugs fixed
with Python 3.10
* #9878: mathjax: MathJax configuration is placed after loading MathJax itself
* #9857: Generated RFC links use outdated base url
* #9909: HTML, prevent line-wrapping in literal text.
Testing
--------

View File

@ -757,6 +757,7 @@ span.pre {
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
white-space: nowrap;
}
div[class*="highlight-"] {