From e94386e455ef93f12dfa184aead8dfb2cc88f04e Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Wed, 31 Jul 2024 15:45:49 +0800 Subject: [PATCH] chore: better text display --- ui/lib/welcome_page.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/lib/welcome_page.dart b/ui/lib/welcome_page.dart index 9cd9f36..18579d8 100644 --- a/ui/lib/welcome_page.dart +++ b/ui/lib/welcome_page.dart @@ -74,6 +74,7 @@ class WelcomePage extends ConsumerWidget { ), Text( item.name!, + overflow: TextOverflow.ellipsis, style: const TextStyle( fontSize: 14, fontWeight: FontWeight.bold,