Skip to content

Commit 4688f1a

Browse files
authored
Merge pull request Sub6Resources#575 from tneotia/bugfix/lists
[URGENT] Fix lists not rendering correctly
2 parents cab3533 + daab33c commit 4688f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/style.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class Style {
189189
this.lineHeight,
190190
this.letterSpacing,
191191
this.listStyleType,
192-
this.listStylePosition,
192+
this.listStylePosition = ListStylePosition.OUTSIDE,
193193
this.padding,
194194
this.margin,
195195
this.textAlign,

0 commit comments

Comments
 (0)