<!--- Please do not delete this issue template as it helps us organize and easily work on issues!! NOTE: Before posting, please make sure you have 1. Searched the README 2. Searched the Issues tab for similar bugs 3. Please provide the required information in the template - HTML code and Html widget configuration ---> **Describe the bug:** <!--- Please provide a clear and concise description of the bug ---> If you set shrinkWrap to true it breaks <li> list items. **HTML to reproduce the issue:** <!--- Please provide your HTML code below. If it contains sensitive information please post a minimal reproducible HTML snippet. ---> ```html <ul> <li>First line</li> <li>Second line</li> </ul> ``` **`Html` widget configuration:** <!--- Please provide your HTML widget configuration below ---> ```dart Html( //... shrinkWrap: true, ); ``` **Expected behavior:** <!--- Expected behavior, if applicable, otherwise please delete ---> It works fine when shrinkWrap is false. **Screenshots:** <!--- Screenshots can be helpful to analyze your issue. Please delete this section if you don't provide any. ---> <img width="297" alt="Bildschirmfoto 2023-05-22 um 08 30 48" src="https://github.com/Sub6Resources/flutter_html/assets/24619905/da82d64d-5afa-4aa3-9831-ede8d1313f97"> **Device details and Flutter/Dart/`flutter_html` versions:** <!--- These details can be helpful to analyze your issue. Please delete this section if you don't provide any. ---> flutter_html: ^3.0.0-beta.1 **A picture of a cute animal (not mandatory but encouraged)** <!--- A picture of a cute animal that would nicely complement this bug report. If you don't have one, please delete, just know we will be a little disappointed ;) ---> 🐰