mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
User Manual: Make code blocks wrap
Fixes #1716062 [[Doco] - Tweaks](https://bugs.launchpad.net/calibre/+bug/1716062)
This commit is contained in:
parent
d661af061e
commit
ccc6c5d988
@ -18,6 +18,10 @@
|
|||||||
div.sphinxsidebar { overflow-y: auto; max-height: calc(100vh - 25px) }
|
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 {
|
div.body p, div.body dd, div.body li, div.body blockquote {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user