mapfish-print
mapfish-print copied to clipboard
Mapfish reports with textfields in markup html doesn't align text on bullets
Hello,
I just need to align the text on bullets in Mapfish v3. The Mapfish html renderer is not exactly the same as in classic navigators.
As you see, the second line is not aligned with bullet : https://i.stack.imgur.com/VISur.png
My html content is :
<ul>
<li>
<font size='4'>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce ut...
</font>
</li>
</ul>
Stackoverflow link : https://stackoverflow.com/questions/54981812/mapfish-reports-with-textfields-in-markup-html-doesnt-align-text-on-bullets
Thank you !