Skip to content

Commit

Permalink
Prevent literal line wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobandersen committed Dec 2, 2021
1 parent 17dfa81 commit ccb2d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES
Expand Up @@ -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
--------
Expand Down
1 change: 1 addition & 0 deletions sphinx/themes/basic/static/basic.css_t
Expand Up @@ -757,6 +757,7 @@ span.pre {
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
white-space: nowrap;
}

div[class*="highlight-"] {
Expand Down

0 comments on commit ccb2d46

Please sign in to comment.