From a6166828a08a3b47921f388671dc41888308d929 Mon Sep 17 00:00:00 2001 From: Aizad Ridzo <103104395+aizad-deriv@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:28:33 +0800 Subject: [PATCH] fix: reset balance word misalignment (#16836) --- .../WalletListCardActions/WalletListCardActions.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/wallets/src/components/WalletListCardActions/WalletListCardActions.scss b/packages/wallets/src/components/WalletListCardActions/WalletListCardActions.scss index d5be595bd65b..da0da24a923c 100644 --- a/packages/wallets/src/components/WalletListCardActions/WalletListCardActions.scss +++ b/packages/wallets/src/components/WalletListCardActions/WalletListCardActions.scss @@ -41,7 +41,7 @@ flex-direction: row; align-items: center; cursor: pointer; - min-width: 5.6rem; + gap: 3.2rem; &__container { display: flex; @@ -49,15 +49,15 @@ justify-content: center; align-items: center; gap: 0.8rem; - align-self: stretch; } &-content { display: flex; - width: 8rem; flex-direction: column; align-items: center; gap: 0.4rem; + width: 5.6rem; + white-space: nowrap; &-icon { border-radius: 1.2rem;