User Manual: Make code blocks wrap

Fixes #1716062 [[Doco] - Tweaks](https://bugs.launchpad.net/calibre/+bug/1716062)
This commit is contained in:
Kovid Goyal 2017-09-09 08:20:08 +05:30
parent d661af061e
commit ccc6c5d988
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -18,6 +18,10 @@
div.sphinxsidebar { overflow-y: auto; max-height: calc(100vh - 25px) }
}
pre {
white-space: pre-wrap;
}
div.body p, div.body dd, div.body li, div.body blockquote {
text-align: justify;
}