diff --git a/apps/wallet-dashboard/app/globals.css b/apps/wallet-dashboard/app/globals.css index c49142a91b4..0f6fa810858 100644 --- a/apps/wallet-dashboard/app/globals.css +++ b/apps/wallet-dashboard/app/globals.css @@ -27,18 +27,23 @@ body { 'vesting' 'activity'; - & > *:where([style*="grid-area: balance"], [style*="grid-area: staking"], [style*="grid-area: migration"]) { + & + > *:where( + [style*='grid-area: balance'], + [style*='grid-area: staking'], + [style*='grid-area: migration'] + ) { height: 200px; } } .home-page-grid-container.with-migration { grid-template-areas: - 'balance' - 'staking' - 'migration' - 'coins' - 'vesting' - 'activity'; + 'balance' + 'staking' + 'migration' + 'coins' + 'vesting' + 'activity'; } @screen sm {