Skip to content

Commit 3a3b0cf

Browse files
authored
[Comp-787] IR docx header spacing after logo increase (#732)
1 parent 9a9db46 commit 3a3b0cf

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.12)
766+
logo_para.paragraph_format.space_after = Inches(0.18)
767767

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

0 commit comments

Comments
 (0)