fixed reaction card name text overflow issue
This commit is contained in:
@@ -236,6 +236,8 @@ class MessageReactionsModal extends StatelessWidget {
|
|||||||
reaction.user!.name.split(' ')[0],
|
reaction.user!.name.split(' ')[0],
|
||||||
style: chatThemeData.textTheme.footnoteBold,
|
style: chatThemeData.textTheme.footnoteBold,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
maxLines: 1,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user