MatthewHerbst / react-to-print

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

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

Closed Archisketch-Finn closed 2 months ago

Archisketch-Finn commented 3 months ago

My component image

Print image

MatthewHerbst commented 3 months 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