From f7736a6fcae8bd9634efa43f95247e199ff57873 Mon Sep 17 00:00:00 2001 From: Thomas Reitz Date: Sat, 14 Mar 2026 10:16:45 +0100 Subject: [PATCH] =?UTF-8?q?fix(core):=20Word-Export=20=E2=80=94=20Abstand?= =?UTF-8?q?=20zwischen=20linker=20und=20rechter=20Spalte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .../src/core/expert-profile/profile-export.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core-service/src/core/expert-profile/profile-export.service.ts b/packages/core-service/src/core/expert-profile/profile-export.service.ts index 47711c6..ce08b38 100644 --- a/packages/core-service/src/core/expert-profile/profile-export.service.ts +++ b/packages/core-service/src/core/expert-profile/profile-export.service.ts @@ -882,6 +882,7 @@ export class ProfileExportService { children: leftParagraphs, width: { size: 30, type: WidthType.PERCENTAGE }, borders: noBorders, + margins: { right: 400 }, }), new TableCell({ children: rightParagraphs.length > 0 ? rightParagraphs : [new Paragraph('')],