Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 19:56:13 +00:00
co-authored by renee-png
parent d4f2fa117a
commit 15f5969c02
+1 -1
View File
@@ -336,7 +336,7 @@ export function buildPleadingDoc(input: PleadingInput): Document {
// Signature block (above footnotes, after body) — right-side, indented ~2/3 of page width
const sig = input.signature;
const SIG_INDENT = 6240; // ~4.33" from left margin (page content is 9360 dxa wide)
const SIG_INDENT = 5160; // ~3.58" from left margin (shifted 0.75" left of prior 6240)
const sigParagraph = (children: TextRun[]) =>
new Paragraph({ indent: { left: SIG_INDENT }, children });
if (sig && (sig.block?.trim() || sig.imageBytes || sig.typed?.trim())) {