fix: Long patch description truncated (#702)

fix: long patch description truncated (#702)

Allow flexible height
This commit is contained in:
Alex 2023-02-14 02:26:37 -08:00 committed by EvadeMaster
parent 378c947654
commit 12d25570af
No known key found for this signature in database
GPG Key ID: 90BAB50981420F89

View File

@ -99,7 +99,6 @@ class _PatchItemState extends State<PatchItem> {
Text(
widget.description,
softWrap: true,
maxLines: 3,
overflow: TextOverflow.visible,
style: TextStyle(
fontSize: 14,