diff --git a/src/core/xfa/template.js b/src/core/xfa/template.js index 398c6cabc..f915308c7 100644 --- a/src/core/xfa/template.js +++ b/src/core/xfa/template.js @@ -2409,7 +2409,7 @@ class Field extends XFAObject { break; case "inline": // TODO; - ui.attributes.class.push("xfaInline"); + ui.attributes.class.push("xfaLeft"); break; } diff --git a/web/xfa_layer_builder.css b/web/xfa_layer_builder.css index 79382e120..db66b569a 100644 --- a/web/xfa_layer_builder.css +++ b/web/xfa_layer_builder.css @@ -135,10 +135,6 @@ max-width: 100%; } -.xfaInline { - float: inline; -} - .xfaBorder { background: transparent; position: absolute;