diff --git a/lib/ui/widgets/patchesSelectorView/patch_item.dart b/lib/ui/widgets/patchesSelectorView/patch_item.dart index e4c5b3c7ef..1b8a6ad59f 100644 --- a/lib/ui/widgets/patchesSelectorView/patch_item.dart +++ b/lib/ui/widgets/patchesSelectorView/patch_item.dart @@ -99,7 +99,7 @@ class _PatchItemState extends State { Text( widget.description, softWrap: true, - maxLines: 3, + maxLines: 4, overflow: TextOverflow.visible, style: TextStyle( fontSize: 14, @@ -201,4 +201,4 @@ class _PatchItemState extends State { ), ); } -} \ No newline at end of file +}