Skip to content

Commit 5f02256

Browse files
Merge pull request #1460 from EArminjon/fix-html-inside-data-table
fix-html-inside-data-table
2 parents 6bccb32 + ecbeafa commit 5f02256

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/src/css_box_widget.dart

+6
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,12 @@ class RenderCSSBox extends RenderBox
492492
).parentSize;
493493
}
494494

495+
@override
496+
double? computeDryBaseline(covariant BoxConstraints constraints,
497+
TextBaseline baseline) {
498+
return null;
499+
}
500+
495501
_Sizes _computeSize(
496502
{required BoxConstraints constraints,
497503
required ChildLayouter layoutChild}) {

0 commit comments

Comments
 (0)