XFA - Handle caption with inline placement as left one
- it's just a temporary workaround to unblock release in Firefox.
This commit is contained in:
parent
d333af7848
commit
3bd936709c
@ -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…
x
Reference in New Issue
Block a user