Skip to content

Commit 678127e

Browse files
committed
Support alignment on table tag; fixes Sub6Resources#856
1 parent a8467db commit 678127e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/layout_element.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class TableLayoutElement extends LayoutElement {
3535
key: AnchorKey.of(context.parser.key, this),
3636
margin: style.margin,
3737
padding: style.padding,
38+
alignment: style.alignment,
3839
decoration: BoxDecoration(
3940
color: style.backgroundColor,
4041
border: style.border,

0 commit comments

Comments
 (0)