We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17eebb1 commit 4bad3dfCopy full SHA for 4bad3df
compliance-api/src/compliance_api/services/inspection_record/inspection_record_doc_generator.py
@@ -763,7 +763,7 @@ def generate_inspection_report_docx(preview_data):
763
logo_para = logo_cell.paragraphs[0]
764
logo_para.alignment = WD_ALIGN_PARAGRAPH.LEFT
765
logo_para.paragraph_format.space_before = Pt(0)
766
- logo_para.paragraph_format.space_after = Inches(0.10)
+ logo_para.paragraph_format.space_after = Inches(0.12)
767
768
logo_run = logo_para.add_run()
769
logo_path = Path(__file__).parent / "assets" / "EAO_Logo.png"
0 commit comments