Don't overflow the set representation

This commit is contained in:
Roland Geider
2025-01-25 20:06:40 +01:00
parent 4b1dec2735
commit 69ffdcfbc9

View File

@@ -442,7 +442,9 @@ class _DashboardWorkoutWidgetState extends State<DashboardWorkoutWidget> {
.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),