Name truncate logic
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user