-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Minor
-
Issue Summary
When exporting a space to PDF in V2 exporter, any text in the header and footer from Look and Feel is impossibly tiny.
Steps to Reproduce
- Space Settings > Look and Feel > PDF export
- Add text to Header and Footer.
Expected Results
Header and Footer should appear on PDF export large enough to be readable.
Actual Results
Header and Footer text is too small to be legible. Some users may report the Header and Footer text as missing.
Workaround
Add header and footer using html/css instead. For example:
<div style="width: 100%; text-align: left; margin-left: 0.5in; font-size: 10px; height: 20px; overflow: hidden;"> <span style="font-weight: bold; font-size: 12px;">Test header</span> </div>