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:
commit
02c069481e
5 changed files with 359 additions and 99 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue