TF-691 Set overflow default for text is too long on web
This commit is contained in:
@@ -87,6 +87,7 @@ class AppBarMailboxCreatorBuilder {
|
||||
title ?? '',
|
||||
textAlign: TextAlign.center,
|
||||
maxLines: 1,
|
||||
softWrap: CommonTextStyle.defaultSoftWrap,
|
||||
overflow: CommonTextStyle.defaultTextOverFlow,
|
||||
style: const TextStyle(
|
||||
fontSize: 20,
|
||||
|
||||
Reference in New Issue
Block a user