hotfix
This commit is contained in:
parent
23a17bcbc0
commit
c1ee22d8ad
|
@ -68,8 +68,9 @@ class TLLeaderboardState extends State<TLLeaderboardView> {
|
||||||
SliverToBoxAdapter(
|
SliverToBoxAdapter(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.only(left: 16),
|
padding: const EdgeInsets.only(left: 16),
|
||||||
child: Row(
|
child: Wrap(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
direction: Axis.horizontal,
|
||||||
|
alignment: WrapAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
howManyPlayers(allPlayers.length),
|
howManyPlayers(allPlayers.length),
|
||||||
|
|
Loading…
Reference in New Issue