I'm using flying saucer to convert html page to PDF. There're two huge columns that are rowspanned over whole section of the table. All columns have
table td {
border: 1px solid black;
page-break-inside: avoid;
vertical-align: middle;
}
style applied. So for every other column this works fine and they are correctly truncated. While rowspanned columns don't stop at the same height on each page (see screenshot)
Any suggestions how that can be fixed?
