diff --git a/lib/ui/widgets/patchesSelectorView/patch_item.dart b/lib/ui/widgets/patchesSelectorView/patch_item.dart index e4c5b3c7ef..c3cfba8002 100644 --- a/lib/ui/widgets/patchesSelectorView/patch_item.dart +++ b/lib/ui/widgets/patchesSelectorView/patch_item.dart @@ -75,7 +75,7 @@ class _PatchItemState extends State { crossAxisAlignment: CrossAxisAlignment.end, children: [ Expanded( - child: Text( + child: Text( widget.simpleName, maxLines: 2, overflow: TextOverflow.visible, @@ -99,7 +99,6 @@ class _PatchItemState extends State { Text( widget.description, softWrap: true, - maxLines: 3, overflow: TextOverflow.visible, style: TextStyle( fontSize: 14, @@ -201,4 +200,4 @@ class _PatchItemState extends State { ), ); } -} \ No newline at end of file +}