Skip to content

Commit afae3df

Browse files
committed
Change Row to Wrap to prevent overflow offscreen
1 parent 1349a63 commit afae3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/html_parser.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ class HtmlParser {
488488
}
489489
return Container(
490490
width: width,
491-
child: Row(
491+
child: Wrap(
492492
children: <Widget>[
493493
mark,
494494
Wrap(children: _parseNodeList(node.nodes))

0 commit comments

Comments
 (0)