diff --git a/mobile/lib/ui/viewer/people/person_gallery_suggestion.dart b/mobile/lib/ui/viewer/people/person_gallery_suggestion.dart index 982ed0011b..19e4b24505 100644 --- a/mobile/lib/ui/viewer/people/person_gallery_suggestion.dart +++ b/mobile/lib/ui/viewer/people/person_gallery_suggestion.dart @@ -647,7 +647,7 @@ class _PersonGallerySuggestionState extends State child: Text( relevantPerson.data.name.trim(), style: textTheme.bodyMuted, - overflow: TextOverflow.visible, + overflow: TextOverflow.ellipsis, maxLines: 1, ), ),