8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6787cd6 commit b2bd518Copy full SHA for b2bd518
python_docs_theme/static/pydoctheme.css
@@ -84,6 +84,13 @@ form.inline-search input[type='submit'] {
84
85
div.document {
86
display: flex;
87
+ /* Don't let long code literals extend beyond the right side of the screen */
88
+ overflow-wrap: break-word;
89
+}
90
+
91
+/* Don't let long code literals extend beyond the right side of the screen */
92
+span.pre {
93
+ white-space: unset;
94
}
95
96
div.sphinxsidebar {
@@ -368,11 +375,6 @@ div.genindex-jumpbox a {
368
375
body {
369
376
margin-top: 40px;
370
377
371
- /* Don't let long code literals extend beyond the right side of the screen */
372
- span.pre {
373
- overflow-wrap: break-word;
374
- white-space: unset;
- }
378
379
/* Top navigation bar */
380
.mobile-nav {
0 commit comments