-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
2
-
Severity 3 - Minor
-
Issue Summary
Page break is default in V2 and all pages are exported separately by default, it cannot be clubbed. When exporting the pages with page break customization, it still doesn't work
Steps to Reproduce
- Add the below CSS to avoid pagebreaks
@media print { .no-break { break-inside: avoid; } }
- Export the pages
Expected Results
The page break should be avoided and content on the pages should be clubbed together
Actual Results
Pages are exported with breaks
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...