TF-2179 Set title align left on web

(cherry picked from commit 783a94d7a4258df7777ee45aeee4ec1a09ce2490)
This commit is contained in:
dab246
2023-09-29 16:16:19 +07:00
committed by Dat H. Pham
parent 5712d9cff1
commit 37b829ba0d
@@ -53,7 +53,6 @@ class DefaultWebAppBarThreadWidget extends StatelessWidget {
child: Text(
mailboxSelected?.getDisplayName(context) ?? '',
maxLines: 1,
textAlign: TextAlign.center,
overflow: CommonTextStyle.defaultTextOverFlow,
softWrap: CommonTextStyle.defaultSoftWrap,
style: DefaultWebAppBarThreadWidgetStyle.titleTextStyle