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 c2a45c2 commit 3e664bfCopy full SHA for 3e664bf
apps/OpenSign/src/components/pdf/PlaceholderType.js
@@ -353,7 +353,7 @@ function PlaceholderType(props) {
353
<div key={ind} className="flex items-center text-center gap-0.5">
354
<input
355
style={{
356
- width: props.pos.Width,
+ // width: props.pos.Width,
357
display: "flex",
358
justifyContent: "center",
359
marginTop: ind === 0 ? 0 : "5px"
apps/OpenSign/src/constant/Utils.js
@@ -1290,7 +1290,7 @@ export const multiSignEmbed = async (
1290
}
1291
checkbox.addToPage(page, {
1292
x: xPos(position),
1293
- y: yPosition - 2,
+ y: yPosition - 3,
1294
width: height,
1295
height: height
1296
});
0 commit comments