Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 03:03:22 +00:00
co-authored by renee-png
parent 8473cc2810
commit 2c6856aea8
+1 -1
View File
@@ -874,7 +874,7 @@ export function CustomFormBuilder() {
properties: {
page: {
size: { width: 12240, height: 15840 },
margin: { top: 1440, right: 1440, bottom: 1440, left: 1440 },
margin: (() => { const m = Math.round(marginInches * 1440); return { top: m, right: m, bottom: m, left: m }; })(),
},
},
children,