Skip to content

Commit f3667f6

Browse files
Update Placeholder.js
1 parent 404785b commit f3667f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSign/src/components/pdf/Placeholder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ function Placeholder(props) {
661661
const fontSize = (size || 12) * containerScale * props.scale;
662662
//isMinHeight to set text box minimum height
663663
if (isMinHeight) {
664-
return fontSize * 1.5;
664+
return fontSize * 1.5 + "px";
665665
} else {
666666
return fontSize + "px";
667667
}

0 commit comments

Comments
 (0)