Conversion: Change the default white-space CSS for <pre> tags to pre-wrap as this suits ebooks better (most ebook readin programs dont do

horizontal scrolling in paged mode well).
This commit is contained in:
Kovid Goyal 2020-05-16 10:04:02 +05:30
parent ff6747d0a4
commit b121e7d4f5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -124,7 +124,7 @@ h6 {
pre {
display: block;
font-family: monospace;
white-space: pre;
white-space: pre-wrap;
margin: 1em 0;
}