We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug: font-size inherited error.
HTML to reproduce the issue:
<h2 style="font-size: 2em"> <span style="font-size: 0.5em"><a>test font size</a></span> </h2>
Html widget configuration: example config.
Html
Expected behavior: expect 'test font size' font size is 14px. actual is 3.5px h2 default font size is 28px.
Device details and Flutter/Dart/flutter_html versions: 3.0 latest
flutter_html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug:
font-size inherited error.
HTML to reproduce the issue:
Html
widget configuration:example config.
Expected behavior:
expect 'test font size' font size is 14px. actual is 3.5px
h2 default font size is 28px.
Device details and Flutter/Dart/
flutter_html
versions:3.0 latest
The text was updated successfully, but these errors were encountered: