flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

[QUESTION]

Open Ljp10086 opened this issue 3 years ago • 0 comments

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

截屏2022-01-15 下午2 50 17

version

flutter_html: ^2.2.1

Ljp10086 avatar Jan 15 '22 06:01 Ljp10086