fix overflow of reply preview

This commit is contained in:
Henry Hiles 2026-05-19 21:57:55 -04:00
commit 0da5e8beac
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -154,12 +154,14 @@ class EventRenderer extends ConsumerWidget {
spacing: 8, spacing: 8,
children: [ children: [
MessageAvatar(event, height: 24), MessageAvatar(event, height: 24),
MessageDisplayname( Flexible(
event, child: MessageDisplayname(
style: TextStyle( event,
color: style: TextStyle(
theme.colorScheme.primary, color:
fontWeight: FontWeight.bold, theme.colorScheme.primary,
fontWeight: FontWeight.bold,
),
), ),
), ),
Expanded( Expanded(