diff --git a/lib/pages/notifications/single_notif.dart b/lib/pages/notifications/single_notif.dart index 0de84db..a8f544c 100644 --- a/lib/pages/notifications/single_notif.dart +++ b/lib/pages/notifications/single_notif.dart @@ -37,18 +37,20 @@ class SingleNotif extends StatelessWidget { const SizedBox( width: 8, ), - Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - SelectableText( - model.account.displayName, - style: Theme.of(context).textTheme.displaySmall, - ), - SelectableText( - "${model.account.acct} ${model.type.actionName}", - style: Theme.of(context).textTheme.bodyMedium, - ), - ], + Flexible( + child: Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + SelectableText( + model.account.displayName, + style: Theme.of(context).textTheme.displaySmall, + ), + SelectableText( + "${model.account.acct} ${model.type.actionName}", + style: Theme.of(context).textTheme.bodyMedium, + ), + ], + ), ), const Spacer(), Icon(