We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404785b commit f3667f6Copy full SHA for f3667f6
apps/OpenSign/src/components/pdf/Placeholder.js
@@ -661,7 +661,7 @@ function Placeholder(props) {
661
const fontSize = (size || 12) * containerScale * props.scale;
662
//isMinHeight to set text box minimum height
663
if (isMinHeight) {
664
- return fontSize * 1.5;
+ return fontSize * 1.5 + "px";
665
} else {
666
return fontSize + "px";
667
}
0 commit comments