Describe the bug:
If you set shrinkWrap to true it breaks
list items.
HTML to reproduce the issue:
<ul>
<li>First line</li>
<li>Second line</li>
</ul>
Html widget configuration:
Html(
//...
shrinkWrap: true,
);
Expected behavior:
It works fine when shrinkWrap is false.
Screenshots:
Device details and Flutter/Dart/flutter_html versions:
flutter_html: ^3.0.0-beta.1
A picture of a cute animal (not mandatory but encouraged)
🐰