fixed reaction card name text overflow issue

This commit is contained in:
Ayush Shekhar
2022-04-21 18:21:53 +05:30
parent ef2689c4d5
commit 477bda5e89
@@ -236,6 +236,8 @@ class MessageReactionsModal extends StatelessWidget {
reaction.user!.name.split(' ')[0],
style: chatThemeData.textTheme.footnoteBold,
textAlign: TextAlign.center,
overflow: TextOverflow.ellipsis,
maxLines: 1,
),
],
),