Skip to content

Commit

Permalink
removes min space for owned objects in mobile (MystenLabs#3610)
Browse files Browse the repository at this point in the history
  • Loading branch information
apburnie authored Jul 29, 2022
1 parent ccbf7de commit eecab75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

.ownedcoins,
.ownedobjects {
@apply w-[100%] min-h-[420px] lg:min-h-[240px] lg:flex lg:flex-wrap lg:justify-between;
@apply w-[100%] lg:min-h-[240px] lg:flex lg:flex-wrap lg:justify-between;
}

.objectbox {
Expand Down

0 comments on commit eecab75

Please sign in to comment.