Name truncate logic

This commit is contained in:
laurenspriem
2025-06-30 14:48:52 +02:00
parent 66617ada86
commit e8b68d7d28

View File

@@ -647,7 +647,7 @@ class _PersonGallerySuggestionState extends State<PersonGallerySuggestion>
child: Text(
relevantPerson.data.name.trim(),
style: textTheme.bodyMuted,
overflow: TextOverflow.visible,
overflow: TextOverflow.ellipsis,
maxLines: 1,
),
),