Skip to content

Commit

Permalink
Merge pull request #9929 from jakobandersen/pre_line_wrap
Browse files Browse the repository at this point in the history
Prevent line wrapping in literals
  • Loading branch information
tk0miya committed Dec 4, 2021
2 parents 86639b7 + aabf772 commit be73133
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 be73133

Please sign in to comment.