I've seen other people have had the same problem, and done some trials on other ePubs that I've downloaded. Mine do seem to be more prone to the problem though. I'm using the code below, and think I'll have a look to see if the issue is being caused when either of these is implemented.
.group {
page-break-inside: avoid;
}
.page-break {
page-break-before: always;
}
|