Merge pull request #122 from agwanyaseen/master

fix: Render Overflow issue in Dashboard screen
This commit is contained in:
Roland Geider
2022-01-09 10:28:42 +01:00
committed by GitHub

View File

@@ -352,9 +352,11 @@ class _DashboardWorkoutWidgetState extends State<DashboardWorkoutWidget> {
overflow: TextOverflow.ellipsis,
),
),
MutedText(
day.getDaysText,
textAlign: TextAlign.right,
Expanded(
child: MutedText(
day.getDaysText,
textAlign: TextAlign.right,
),
),
IconButton(
icon: const Icon(Icons.play_arrow),