diegomura / react-pdf

📄 Create PDF files using React
https://react-pdf.org
MIT License
14.71k stars 1.17k forks source link

PDF CSS issue with page breaks in Table #2807

Open vaishnavi812001 opened 2 months ago

vaishnavi812001 commented 2 months ago

Describe the bug I am using the plugin to generate a PDF containing multiple tables and each table has a border as well. The issue is when I applying page breaks and I can see that the border of the tables are inconsistent i.e. the thickness of the border differs in each page.

To Reproduce Create a pdf having multiple tables and page breaks

Expected behavior Border thickness should be even in all the pages

Mudbill commented 2 months ago

I think it would help a lot if you could provide screenshots and/or a REPL link showing the issue more clearly.