Having encountered a similar issue to this question: table rowspan page break
On my Visualforce page, I have an HTML table with a custom rowspan in one column (varies based on the number of spanned rows) and I'm experiencing a styling problem (see issue highlighted in the green square here): enter image description here
For reference, see another image here: enter image description here
I have applied a style to the tr with a page-break-before: auto and a dynamic rowspan dictated by business logic.
Although I have attempted using page-break-inside on the spanned tr element, it has yielded no results.