From c1ee22d8adbadcd752521f0860d29d9a5586f19b Mon Sep 17 00:00:00 2001 From: dan63047 Date: Mon, 21 Aug 2023 19:28:00 +0300 Subject: [PATCH] hotfix --- lib/views/tl_leaderboard_view.dart | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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),