-
-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] <ol> or <ul> size is broken. #984
Comments
I have the same problem. Ol and ul tags don't fit the text size and don't vertically aligned. |
Which version of flutter_html are you using? We made several changes/bugs/fixes... |
I'm using flutter_html: ^2.2.1 |
Issue also exists in 3.0.0-alpha.2 Used HTML:
Rendering without additional styling: In both cases a larger fontsize seems to be used for the leading dot or number. |
Is there a way to fix this in 2.2.1, for example, providing a style to ol, ul or li elements (which didn't work for me)? |
@olegyablokov No, unfortunately the fix relies on a major restructure made possible in 3.0.0. |
Below is my code block.
Describe the bug:
Issue is that all the
ol
orul
tags have a bigger font style and the one I am providing manually is not working.HTML to reproduce the issue:
Html
widget configuration:Expected behavior:
Screenshots:
Device details and Flutter/Dart/
flutter_html
versions:Stacktrace/Logcat
Additional info:
A picture of a cute animal (not mandatory but encouraged)
The text was updated successfully, but these errors were encountered: