Skip to content

Commit

Permalink
fix: wallet overlay content is not center aligned anymore and proper …
Browse files Browse the repository at this point in the history
…Notes section alignment (deriv-com#11373)
  • Loading branch information
nijil-deriv authored Nov 13, 2023
1 parent aa9f2c0 commit 588035d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/wallets/src/features/cashier/WalletCashier.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
.wallets-cashier-content {
display: flex;
position: relative;
align-items: center;
justify-content: center;
gap: 2.4rem;
flex: 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@
line-height: 1.8rem;
text-align: center;
display: flex;
justify-content: center;

@include mobile {
justify-content: unset;
}
}
}

0 comments on commit 588035d

Please sign in to comment.