Sub6Resources / flutter_html

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
https://pub.dev/packages/flutter_html
MIT License
1.8k stars 874 forks source link

Correct margin collapse #1237

Closed arjanmels closed 1 year ago

arjanmels commented 1 year ago

This PR addresses Issue #1155 with the margins not collapsing properly between blocks.

Fixes #1155