wpovernight / woocommerce-pdf-invoices-packing-slips

Create, print & automatically email PDF invoices & packing slips for WooCommerce orders.
https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/
Other
99 stars 46 forks source link

CSS styles missing with mPDF active #773

Open dwalkerpriv opened 5 months ago

dwalkerpriv commented 5 months ago

With the mPDF plugin active, some of the CSS styling is missing for all documents including tr borders.

The footer issue from running a prior version. The minor CSS issues with the borders are still active

dwalkerpriv commented 5 months ago

@alexmigf according the doc here, the ul styles are not rendered when the ul is apart of a block level tag. To apply a style inside a table, the style must instead be applied inline on a span tag. Is it worth it to edit all of the mPDF templates to do this?

alexmigf commented 4 months ago

Good catch @dwalkerpriv ! Yes, we could try that if doesn't break anything with Dompdf.