diff --git a/lib/screens/soul_screen.dart b/lib/screens/soul_screen.dart index 8047198..ed64295 100644 --- a/lib/screens/soul_screen.dart +++ b/lib/screens/soul_screen.dart @@ -104,7 +104,9 @@ class _SoulScreenState extends ConsumerState { userProfile.sakePersonaMbti != null ? MBTIType.types[userProfile.sakePersonaMbti]?.title ?? userProfile.sakePersonaMbti! : '未診断(AI分析)', - style: TextStyle(color: appColors.textSecondary) + style: TextStyle(color: appColors.textSecondary), + maxLines: 2, + overflow: TextOverflow.ellipsis, ), trailing: Icon(LucideIcons.chevronRight, color: appColors.iconSubtle), onTap: () {