TF-691 Set overflow default for text is too long on web
This commit is contained in:
@@ -270,6 +270,7 @@ class MailBoxFolderTileBuilder {
|
||||
return Text(
|
||||
_mailboxNode.item.name?.name ?? '',
|
||||
maxLines: 1,
|
||||
softWrap: CommonTextStyle.defaultSoftWrap,
|
||||
overflow: CommonTextStyle.defaultTextOverFlow,
|
||||
style: const TextStyle(
|
||||
fontSize: 15,
|
||||
|
||||
Reference in New Issue
Block a user