Skip to content

Commit 4bad3df

Browse files
authored
[Comp-787] docx increase header spacing (#728)
1 parent 17eebb1 commit 4bad3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compliance-api/src/compliance_api/services/inspection_record/inspection_record_doc_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def generate_inspection_report_docx(preview_data):
763763
logo_para = logo_cell.paragraphs[0]
764764
logo_para.alignment = WD_ALIGN_PARAGRAPH.LEFT
765765
logo_para.paragraph_format.space_before = Pt(0)
766-
logo_para.paragraph_format.space_after = Inches(0.10)
766+
logo_para.paragraph_format.space_after = Inches(0.12)
767767

768768
logo_run = logo_para.add_run()
769769
logo_path = Path(__file__).parent / "assets" / "EAO_Logo.png"

0 commit comments

Comments
 (0)