TF-691 Update title and add option all mailbox in destination picker

This commit is contained in:
dab246
2022-08-04 11:26:16 +07:00
committed by Dat H. Pham
parent 30cb5033d8
commit 546627b9df
7 changed files with 92 additions and 23 deletions
+3 -1
View File
@@ -9,5 +9,7 @@ class CommonTextStyle {
fontWeight: FontWeight.normal,
);
static final defaultTextOverFlow = BuildUtils.isWeb ? null : TextOverflow.ellipsis;
static final defaultTextOverFlow = BuildUtils.isWeb
? TextOverflow.fade
: TextOverflow.ellipsis;
}