fix: checkbox position issue

This commit is contained in:
RaktimaNXG
2024-03-26 17:29:26 +05:30
parent c2a45c230b
commit 3e664bf677
2 changed files with 2 additions and 2 deletions
@@ -353,7 +353,7 @@ function PlaceholderType(props) {
<div key={ind} className="flex items-center text-center gap-0.5">
<input
style={{
width: props.pos.Width,
// width: props.pos.Width,
display: "flex",
justifyContent: "center",
marginTop: ind === 0 ? 0 : "5px"
+1 -1
View File
@@ -1290,7 +1290,7 @@ export const multiSignEmbed = async (
}
checkbox.addToPage(page, {
x: xPos(position),
y: yPosition - 2,
y: yPosition - 3,
width: height,
height: height
});