TF-691 Set overflow default for text is too long on web
This commit is contained in:
@@ -147,6 +147,7 @@ class MailboxCreatorView extends GetWidget<MailboxCreatorController> {
|
||||
Expanded(child: Obx(() => Text(
|
||||
controller.selectedMailbox.value?.name?.name ?? AppLocalizations.of(context).default_mailbox,
|
||||
maxLines: 1,
|
||||
softWrap: CommonTextStyle.defaultSoftWrap,
|
||||
overflow: CommonTextStyle.defaultTextOverFlow,
|
||||
style: TextStyle(
|
||||
fontSize: 15,
|
||||
|
||||
@@ -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