demisto / sane-reports

Reports library that will keep you sane and not pulling your hair out
Apache License 2.0
53 stars 13 forks source link

CRTX-64873: Panels are overlapping on each other #229

Closed lmichalevich closed 2 years ago

lmichalevich commented 2 years ago

This PR fixes overlapping issues with itemsSections and makes them breakable.

Before:

1-master.pdf 2-master.pdf 3-master.pdf

After:

1.pdf 2.pdf 3.pdf

yanyo87 commented 2 years ago

@lmichalevich

did you try to add this code img { max-width: 100%; page-break-inside: avoid; }

https://github.com/demisto/sane-reports/pull/222

lmichalevich commented 2 years ago

@lmichalevich

did you try to add this code img { max-width: 100%; page-break-inside: avoid; }

222

I did. It didn't make them unbreakable