Using Chrome dev tools to preview my print styles everything looks good, but when I go to actually print the page, I have the following problems:
after a few, seemingly random paragraphs, there is a large extra space, as though the margin-bottom (or the margin-top of the next element) has been added to.
in some cases, a paragraph itself is broken (not at a page break), with extra vertical space added between two lines of the paragraph.
on most pages, the top of the first line of a page is cut off, appearing instead at the bottom of the previous page. This problem is improved (but not eliminated) by setting the line-height to "normal."
How do I trouble shoot these issues, since they don't show when rendering print styles in Chrome?