I have a program that creates custom forms for my company. I have an issue where, when I print, chrome inserts page breaks to avoid splitting mid line. This causes all elements below that line to shift, ruining my positioning.
Is there any way I can know the height an element will have when it is printed?
Thanks