set max lines for pmp text to 1

This commit is contained in:
Henry Hiles 2026-05-26 19:58:01 -04:00
commit bb037c8162
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -51,6 +51,8 @@ class MessageDisplayname extends ConsumerWidget {
color: event.sender.colorHash,
fontWeight: FontWeight.bold,
),
maxLines: 1,
overflow: TextOverflow.ellipsis,
),
],
),