diff --git a/lib/widgets/dashboard/widgets.dart b/lib/widgets/dashboard/widgets.dart index b0a0fe57..43b5a5fd 100644 --- a/lib/widgets/dashboard/widgets.dart +++ b/lib/widgets/dashboard/widgets.dart @@ -442,7 +442,9 @@ class _DashboardWorkoutWidgetState extends State { .getTranslation(Localizations.localeOf(context).languageCode) .name), const SizedBox(width: 10), - MutedText(s.textRepr), + Expanded( + child: MutedText(s.textRepr, overflow: TextOverflow.ellipsis), + ), ], ), const SizedBox(height: 10),