Merge pull request #13723 from calixteman/xfa_print_fix

XFA - Only the first page was printed (bug 1720159)
This commit is contained in:
calixteman 2021-07-12 21:45:49 +02:00 committed by GitHub
commit 4d130d066c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1844,6 +1844,10 @@ html[dir="rtl"] #documentPropertiesOverlay .row > * {
align-items: center;
}
#printContainer > .xfaPrintedPage .xfaPage {
position: initial;
}
#printContainer > .xfaPrintedPage {
page-break-after: always;
page-break-inside: avoid;