QR gets split across pages

Hi all!

I have the problem, that the QR code gets split across pages.
My settings are pretty basic, v5.5.79-W109, Clean Design and the $swiss_qr div.

I tried <div class="page-break"></div> but that did not help.

Hi,

@david do you have any suggestions?

try this:

<div style="page-break-inside: avoid;">
1 Like

Thanks, that solved it!

Thanks for the pull request, I agree this should be the default behavior.

Rather than add the extra div I think it would be better to adjust the div that’s already there.

1 Like