Skip to content

Commit

Permalink
TF-2052 Fix TeamMailbox email address alignment is incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 committed Jul 25, 2023
1 parent 8920151 commit 8aef532
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ class MailBoxFolderTileBuilder {

Widget _buildTitleFolderItem(BuildContext context, {bool showTrailingItem = true}) {
return Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Row(
children: [
Expand Down

0 comments on commit 8aef532

Please sign in to comment.