mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-25 00:16:41 +02:00
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:
parent
1a222edb46
commit
f7736a6fca
1 changed files with 1 additions and 0 deletions
|
|
@ -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('')],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue