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('')],