Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 02:42:22 +00:00
co-authored by renee-png
parent 43c0722ce2
commit cdf56fdec2
@@ -822,6 +822,7 @@ export function CustomFormBuilder() {
margins: { top: 80, bottom: 80, left: 120, right: 120 },
children: [
new DocxParagraph({
spacing: docxLineSpacing,
children: buildDocxRuns(cell?.runs ?? []),
}),
],
@@ -847,6 +848,7 @@ export function CustomFormBuilder() {
children.push(
new DocxParagraph({
alignment: align,
spacing: docxLineSpacing,
indent: indentTwips ? { left: indentTwips } : undefined,
children: buildDocxRuns(seg.runs, { italic: seg.caption }),
}),