Merge pull request #5377 from pangeachat/role-line-limit
Limit activity role to 2 lines, use ellipses if needed
This commit is contained in:
commit
e5fda8c45c
1 changed files with 2 additions and 0 deletions
|
|
@ -117,6 +117,8 @@ class ActivityParticipantIndicator extends StatelessWidget {
|
|||
style: const TextStyle(
|
||||
fontSize: 12.0,
|
||||
),
|
||||
maxLines: 2,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
Text(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue