Merge pull request #13528 from calixteman/inline
XFA - Handle caption with inline placement as left one
This commit is contained in:
commit
c4cb71b68d
@ -2409,7 +2409,7 @@ class Field extends XFAObject {
|
|||||||
break;
|
break;
|
||||||
case "inline":
|
case "inline":
|
||||||
// TODO;
|
// TODO;
|
||||||
ui.attributes.class.push("xfaInline");
|
ui.attributes.class.push("xfaLeft");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -135,10 +135,6 @@
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xfaInline {
|
|
||||||
float: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.xfaBorder {
|
.xfaBorder {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user