Skip to content
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] font-size inherited bug #1452

Open
unclezs opened this issue Dec 7, 2024 · 0 comments
Open

[BUG] font-size inherited bug #1452

unclezs opened this issue Dec 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@unclezs
Copy link

unclezs commented Dec 7, 2024

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

@unclezs unclezs added the bug Something isn't working label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant