mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #13528 from calixteman/inline
XFA - Handle caption with inline placement as left one
This commit is contained in:
commit
c4cb71b68d
2 changed files with 1 additions and 5 deletions
|
@ -2409,7 +2409,7 @@ class Field extends XFAObject {
|
|||
break;
|
||||
case "inline":
|
||||
// TODO;
|
||||
ui.attributes.class.push("xfaInline");
|
||||
ui.attributes.class.push("xfaLeft");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
@ -135,10 +135,6 @@
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
.xfaInline {
|
||||
float: inline;
|
||||
}
|
||||
|
||||
.xfaBorder {
|
||||
background: transparent;
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue