flutter_html
flutter_html copied to clipboard
[BUG] font-size inherited bug
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.
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