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:
Calixte Denizet 2021-06-09 22:13:43 +02:00
parent d333af7848
commit 3bd936709c
2 changed files with 1 additions and 5 deletions

View File

@ -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;
} }

View File

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