TF-691 Update title and add option all mailbox in destination picker
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user