Feb 02 2026: change export file format 3

This commit is contained in:
2026-02-28 19:18:29 -05:00
parent 7223e34eee
commit dfd7b1da5c
+1 -1
View File
@@ -473,7 +473,7 @@ def _form_fields_section(form_fields, form_data, static_folder):
if not cells: if not cells:
continue continue
row_tbl = Table([cells], colWidths=col_widths) row_tbl = Table([cells], colWidths=col_widths, hAlign='LEFT')
row_tbl.setStyle(TableStyle([ row_tbl.setStyle(TableStyle([
('VALIGN', (0, 0), (-1, -1), 'TOP'), ('VALIGN', (0, 0), (-1, -1), 'TOP'),
('LEFTPADDING', (0, 0), (-1, -1), 2), ('LEFTPADDING', (0, 0), (-1, -1), 2),