diff --git a/lib/views/tl_leaderboard_view.dart b/lib/views/tl_leaderboard_view.dart index 683c93a..ca131fe 100644 --- a/lib/views/tl_leaderboard_view.dart +++ b/lib/views/tl_leaderboard_view.dart @@ -68,8 +68,9 @@ class TLLeaderboardState extends State { SliverToBoxAdapter( child: Padding( padding: const EdgeInsets.only(left: 16), - child: Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, + child: Wrap( + direction: Axis.horizontal, + alignment: WrapAlignment.spaceBetween, children: [ Text( howManyPlayers(allPlayers.length),