MatthewHerbst / react-to-print

Print React components in the browser. Supports Chrome, Safari, Firefox and EDGE
MIT License
2.06k stars 221 forks source link

There are many line was add to page when print #729

Closed Archisketch-Finn closed 1 week ago

Archisketch-Finn commented 3 weeks ago

My component image

Print image

MatthewHerbst commented 3 weeks ago

Hello. This is not coming from the react-to-print library. Instead, this is likely your styles that are changing by a media query when printing, or by being a smaller size. If you can make a working codesandbox or similar showing the problem I can try to help diagnose, but this is almost certainly a CSS issue in your code