Skip to content

Commit 798fa89

Browse files
committed
🐛 Fix description overflow.
1 parent 731ef3d commit 798fa89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/lib/pages/multi_assets_page.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ class _MultiAssetsPageState extends State<MultiAssetsPage> {
209209
Text(
210210
model.description,
211211
style: context.themeData.textTheme.caption,
212+
maxLines: 2,
213+
overflow: TextOverflow.ellipsis,
212214
),
213215
],
214216
),

0 commit comments

Comments
 (0)