Thanks to visit codestin.com Credit goes to github.com
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.
2 parents b2c46f5 + b2bd518 commit c98e976Copy full SHA for c98e976
1 file changed
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 {
0 commit comments