Table (or pricing table) breaks in the middle of a cell/row in PDF
Sometimes, pricing tables and simple tables may break in the middle of a cell/row in PDF. To avoid this, we recommend using a CSS code. This piece of CSS will direct your tables to break after a row, instead of in the middle of one.
Please open the document > More > Design > scroll down to the Advanced > click Edit CSS > paste the following code at the end of your CSS style sheet and click Save.
table { page-break-inside:auto !important; }
tr { page-break-inside:avoid !important; page-break-after:auto !important; }
You can preview the PDF version by going to ...More > Print.
Now, download the PDF version again. The code should help. If it doesn't work, please reach out to our support team at support@pandadoc.com