Skip to content

Commit ecbeafa

Browse files
committed
fix-html-inside-data-table
1 parent 79ec194 commit ecbeafa

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
@@ -475,6 +475,12 @@ class RenderCSSBox extends RenderBox
475475
).parentSize;
476476
}
477477

478+
@override
479+
double? computeDryBaseline(covariant BoxConstraints constraints,
480+
TextBaseline baseline) {
481+
return null;
482+
}
483+
478484
_Sizes _computeSize(
479485
{required BoxConstraints constraints,
480486
required ChildLayouter layoutChild}) {

0 commit comments

Comments
 (0)