Merge pull request #9929 from jakobandersen/pre_line_wrap

Prevent line wrapping in literals
This commit is contained in:
Takeshi KOMIYA
2021-12-04 15:39:50 +09:00
committed by GitHub
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-"] {