We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc92e40 + 7bba3bd commit 91bfe12Copy full SHA for 91bfe12
1 file changed
src/core/xfa/template.js
@@ -1321,7 +1321,7 @@ class CheckButton extends XFAObject {
1321
[$toHTML](availableSpace) {
1322
// TODO: border, shape and mark.
1323
1324
- const style = toStyle("margin");
+ const style = toStyle(this, "margin");
1325
const size = measureToString(this.size);
1326
1327
style.width = style.height = size;
0 commit comments