From b970299d7ae4472cc29d0a896697797de34fb240 Mon Sep 17 00:00:00 2001 From: nada-deriv <122768621+nada-deriv@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:27:26 +0400 Subject: [PATCH] fix: style issue in cashier withdrawal (#10785) * fix: style issue in cashier withdrawal * fix: reorder styles --- .../withdrawal-crypto-receipt/withdrawal-crypto-receipt.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/cashier/src/pages/withdrawal/withdrawal-crypto-receipt/withdrawal-crypto-receipt.scss b/packages/cashier/src/pages/withdrawal/withdrawal-crypto-receipt/withdrawal-crypto-receipt.scss index de6866fc5375..e7b693b4c167 100644 --- a/packages/cashier/src/pages/withdrawal/withdrawal-crypto-receipt/withdrawal-crypto-receipt.scss +++ b/packages/cashier/src/pages/withdrawal/withdrawal-crypto-receipt/withdrawal-crypto-receipt.scss @@ -50,6 +50,10 @@ &__crypto { min-width: 36rem; margin: 1.6rem 0; + @include mobile { + width: 100%; + min-width: auto; + } } &__account-info { padding: 1rem 0;