1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #13653 from calixteman/lineheight

XFA - Improve text layout
This commit is contained in:
calixteman 2021-07-05 13:32:42 +02:00 committed by GitHub
commit 02c069481e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 359 additions and 99 deletions

View file

@ -190,6 +190,8 @@
.xfaRich {
white-space: pre-wrap;
width: auto;
height: auto;
}
.xfaImage {
@ -199,11 +201,6 @@
height: 100%;
}
.xfaRich {
width: 100%;
height: auto;
}
.xfaLrTb,
.xfaRlTb,
.xfaTb {