Quote:
Originally Posted by veagles
This issue has been bothering me a lot, is there any way to set this manually while I convert in Calibre?
|
One way to restore the pre-5.12.2 handling of widows and orphans for most books is to add the following to the "Extra CSS" in the "Styling" tab of the "Look & feel" section in the conversion dialog:
Code:
body {orphans: 1 !important; widows: 1 !important}