Skip to content

Commit

Permalink
TW-2042 Fix long matrix id and email in contacts list
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledNjim committed Oct 8, 2024
1 parent c7781f9 commit 3bc7246
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ class ExpansionContactListTile extends StatelessWidget {
color:
LinagoraRefColors.material().tertiary[30],
),
maxLines: 1,
overflow: TextOverflow.ellipsis,
),
if (contact.email != null)
HighlightText(
Expand All @@ -127,6 +129,8 @@ class ExpansionContactListTile extends StatelessWidget {
color:
LinagoraRefColors.material().tertiary[30],
),
maxLines: 1,
overflow: TextOverflow.ellipsis,
),
if (contact.phoneNumber != null)
HighlightText(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,7 @@ packages:
description:
path: "."
ref: add_List_item_Design
resolved-ref: e93ce0d011faf39a46c8b598b4dadc9662e9f9c6
resolved-ref: c252ca5ece6d95eb03d43eb6adeaaa219abc2ad7
url: "[email protected]:linagora/linagora-design-flutter.git"
source: git
version: "0.0.1"
Expand Down

0 comments on commit 3bc7246

Please sign in to comment.