mapfish-print icon indicating copy to clipboard operation
mapfish-print copied to clipboard

Mapfish reports with textfields in markup html doesn't align text on bullets

Open marky7 opened this issue 6 years ago • 0 comments

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 !

marky7 avatar Mar 04 '19 14:03 marky7