We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2c46f5 + b2bd518 commit c98e976Copy full SHA for c98e976
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