Feb 02 2026: change export file format 3
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user