fix(core): Word-Export — Abstand zwischen linker und rechter Spalte

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Reitz 2026-03-14 10:16:45 +01:00
parent 1a222edb46
commit f7736a6fca

View file

@ -882,6 +882,7 @@ export class ProfileExportService {
children: leftParagraphs, children: leftParagraphs,
width: { size: 30, type: WidthType.PERCENTAGE }, width: { size: 30, type: WidthType.PERCENTAGE },
borders: noBorders, borders: noBorders,
margins: { right: 400 },
}), }),
new TableCell({ new TableCell({
children: rightParagraphs.length > 0 ? rightParagraphs : [new Paragraph('')], children: rightParagraphs.length > 0 ? rightParagraphs : [new Paragraph('')],