mahdahar
0a1c600b8a
fix(report): normalize report footer layout for web and PDF
Replace footer <pre class='small'> blocks with <div class='small footer-lines'> in report template.
Add explicit <br> line breaks for collected/received/validation/print metadata lines.
Add shared .footer-lines style in public/assets/report/pdf.css and public/assets/report/style.css (white-space: normal; line-height: 1.2).
Prevent <pre> whitespace behavior from distorting footer wrapping/spacing across print and browser views.