From 2cde2c246d98de73294abfe560378266d56b0e8f Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 02:41:09 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/forms/custom-form-builder.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/forms/custom-form-builder.tsx b/src/components/forms/custom-form-builder.tsx index d9aec3c..418708e 100644 --- a/src/components/forms/custom-form-builder.tsx +++ b/src/components/forms/custom-form-builder.tsx @@ -538,7 +538,7 @@ export function CustomFormBuilder() { } doc.setFontSize(fontSize); - const lineH = fontSize * 1.4; + const lineH = fontSize * lineHeight; // Group runs into visual lines (split where applied text contains "\n"). const runsToLines = (runs: InlineRun[]): InlineRun[][] => {