Merge pull request #13528 from calixteman/inline

XFA - Handle caption with inline placement as left one
This commit is contained in:
Brendan Dahl 2021-06-09 13:44:31 -07:00 committed by GitHub
commit c4cb71b68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -2409,7 +2409,7 @@ class Field extends XFAObject {
break;
case "inline":
// TODO;
ui.attributes.class.push("xfaInline");
ui.attributes.class.push("xfaLeft");
break;
}

View File

@ -135,10 +135,6 @@
max-width: 100%;
}
.xfaInline {
float: inline;
}
.xfaBorder {
background: transparent;
position: absolute;