I am generating a report that needs to have margin-left: 20px;
But when generating the pdf, it does not respect this value.
<span style='margin-left: 20px !important;'>a) Meu texto com margin de 20px</span>
.
Not even putting! important works How can I fix it?