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

Added "display: Display.block" to table #1278

Closed arjanmels closed 1 year ago

arjanmels commented 1 year ago

Added "display: Display.block" to table to properly handle a.o. vertical margins.

soktherat commented 1 year ago

It causes exceptions in large table inside SingleChildScrollView.

Sub6Resources commented 1 year ago

@soktherat Can you open a new issue with a description of the error you are seeing and some code to reproduce?