-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
Fixed issue with images not loading when inside of p tag #5
Fixed issue with images not loading when inside of p tag #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching that issue! If you could just adjust the padding so that it matches the default browser css styles (see requested change) I'll merge this and release it.
lib/html_parser.dart
Outdated
style: defaultTextStyle, | ||
)); | ||
return Padding( | ||
padding: EdgeInsets.only(bottom: 10.0), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you set the padding to 14.0 on both the top and bottom to match other block elements?
Will fix #6 |
@Sub6Resources updated branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks. This will be published as version 0.4.1.
Version 0.4.1 has been released. Thanks again @loitran! |
No description provided.