mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
fix: Render Overflow issue in Dashboard screen
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user