I want to have no page break in wicked_pdf. How can I achieve that? I tried using
div.no-page-break{
page-break-before: avoid !important;
}
But it didn't work. Is there a way I can make the pdf continuous?
I want to have no page break in wicked_pdf. How can I achieve that? I tried using
div.no-page-break{
page-break-before: avoid !important;
}
But it didn't work. Is there a way I can make the pdf continuous?