Skip to content

Commit ee2528f

Browse files
committed
Fixed merge conflict
1 parent 179e822 commit ee2528f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/layout_element.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class TableLayoutElement extends LayoutElement {
123123
cells.add(GridPlacement(
124124
child: Container(
125125
width: child.style.width ?? double.infinity,
126-
height: child.style.height ?? double.infinity,
126+
height: child.style.height,
127127
padding: child.style.padding?.nonNegative ?? row.style.padding?.nonNegative,
128128
decoration: BoxDecoration(
129129
color: child.style.backgroundColor ?? row.style.backgroundColor,

0 commit comments

Comments
 (0)