Skip to content

Commit

Permalink
Wrap code while keeping whitespace
Browse files Browse the repository at this point in the history
This fixes overflow of URLs to update site in the release notes
  • Loading branch information
Apanatshka committed May 7, 2020
1 parent 1609bf4 commit 2cc4aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ div[class^="highlight"] pre, pre, code, .rst-content tt, .rst-content code {
font-size: 14px !important;
font-feature-settings: "calt" 1 !important; /* Enable ligatures for IE 10+, Edge */
text-rendering: optimizeLegibility !important; /* Force ligatures for Webkit, Blink, Gecko */
white-space: pre-wrap !important;
}

code, .rst-content tt, .rst-content code {
Expand Down

0 comments on commit 2cc4aae

Please sign in to comment.