chore: Follow up chat design

This commit is contained in:
krille-chan 2024-05-30 14:55:41 +02:00
commit f2d42936ad
No known key found for this signature in database
2 changed files with 9 additions and 7 deletions

View file

@ -260,6 +260,8 @@ class Message extends StatelessWidget {
: displayname
.lightColorText),
),
maxLines: 1,
overflow: TextOverflow.ellipsis,
);
},
),