We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31b09d commit eba08b1Copy full SHA for eba08b1
lib/widgets/dashboard/widgets.dart
@@ -575,7 +575,7 @@ class _DashboardWorkoutWidgetState extends State<DashboardWorkoutWidget> {
575
),
576
if (_hasContent)
577
Row(
578
- mainAxisAlignment: MainAxisAlignment.end,
+ mainAxisAlignment: MainAxisAlignment.start,
579
children: <Widget>[
580
TextButton(
581
child: Text(AppLocalizations.of(context).goToDetailPage),
0 commit comments