Hi.
I cannot seem to be able to indent properly nested content located within a list item
This is the HTML code:
<ul>
<li>
Something
<p>Some content</p>
</li>
</ul>
« Something » is properly indented with the bullet
However « Some content » is not indented at all: it gets aligned to the left of the page.
Same goes with tables.
I have a PDF rendered for that same HTML based on DomPDF which properly indents everything.
Which trick can be applied to get everything indented at the same level as the list text ? (some of our bullet lists do not just contain Ps, they can also feature tables)
PS: using advanced license