TF-2179 Set title align left on web
(cherry picked from commit 783a94d7a4258df7777ee45aeee4ec1a09ce2490)
This commit is contained in:
-1
@@ -53,7 +53,6 @@ class DefaultWebAppBarThreadWidget extends StatelessWidget {
|
|||||||
child: Text(
|
child: Text(
|
||||||
mailboxSelected?.getDisplayName(context) ?? '',
|
mailboxSelected?.getDisplayName(context) ?? '',
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
textAlign: TextAlign.center,
|
|
||||||
overflow: CommonTextStyle.defaultTextOverFlow,
|
overflow: CommonTextStyle.defaultTextOverFlow,
|
||||||
softWrap: CommonTextStyle.defaultSoftWrap,
|
softWrap: CommonTextStyle.defaultSoftWrap,
|
||||||
style: DefaultWebAppBarThreadWidgetStyle.titleTextStyle
|
style: DefaultWebAppBarThreadWidgetStyle.titleTextStyle
|
||||||
|
|||||||
Reference in New Issue
Block a user