[x] columns issue: if there are images in each column, but they're not the same size, the bigger one could be bumped to the next page. SEe attachment. This could be fixed by adding no-break-before the second one
![Uploading 2022-December-17 21-35-49-849.png…]()
Elementor uses flexbox, which is OK with Prince so long as there's no page breaks in the flex container.
Columns especially use flexbox. Right now, PMB makes elementor columns inline-blocks, but that means they can't have a pagebreak inside them...