Skip to content

Commit 3e664bf

Browse files
fix: checkbox position issue
1 parent c2a45c2 commit 3e664bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ function PlaceholderType(props) {
353353
<div key={ind} className="flex items-center text-center gap-0.5">
354354
<input
355355
style={{
356-
width: props.pos.Width,
356+
// width: props.pos.Width,
357357
display: "flex",
358358
justifyContent: "center",
359359
marginTop: ind === 0 ? 0 : "5px"

apps/OpenSign/src/constant/Utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ export const multiSignEmbed = async (
12901290
}
12911291
checkbox.addToPage(page, {
12921292
x: xPos(position),
1293-
y: yPosition - 2,
1293+
y: yPosition - 3,
12941294
width: height,
12951295
height: height
12961296
});

0 commit comments

Comments
 (0)