mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
ff6747d0a4
commit
b121e7d4f5
@ -124,7 +124,7 @@ h6 {
|
||||
pre {
|
||||
display: block;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user