-
-
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
OL & UL not working when RTL #352
Comments
I think changing |
momvart
added a commit
to momvart/flutter_html
that referenced
this issue
Sep 2, 2020
This will fix list bullets and indentation problems in RTL languages and layout directions. Related issue: Sub6Resources#352
fixed by #392 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using an older version of this library (
^0.11.0
) and it was working fine but when upgrading to1.0.0
the dots & numbers (<li>
) started to overlap with the textHow to reproduce
The same example in the documentation with
TextDirection.rtl
The text was updated successfully, but these errors were encountered: