Skip to content

Commit bd936f1

Browse files
authored
Allow wrapping inside codeblocks (#11)
This should make longer lines easier to read on non-ultra-wide screens.
1 parent 62757fb commit bd936f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_static/css/ur_theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ body {
313313
}
314314

315315
.rst-content div[class^=highlight] pre {
316-
white-space: pre;
316+
white-space: pre-wrap !important;
317317
margin: 0;
318318
padding: 12px;
319319
display: block;

0 commit comments

Comments
 (0)