Skip to content

Commit c97ed78

Browse files
authored
Merge pull request Sub6Resources#910 from vrtdev/feature/856-table-tag-alignment
Table tag alignment
2 parents c868125 + 678127e commit c97ed78

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)