flutter_html
flutter_html copied to clipboard
[QUESTION]
How can i make the list-style-type:circle
smaller.
HTML to reproduce the issue:
<ul style="list-style-type:circle;">
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
</ul>
Image
version
flutter_html: ^2.2.1