set max lines for pmp text to 1
This commit is contained in:
parent
eac59c58f5
commit
bb037c8162
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ class MessageDisplayname extends ConsumerWidget {
|
||||||
color: event.sender.colorHash,
|
color: event.sender.colorHash,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
),
|
),
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue