From 745300786a2d8a4c7e19aa5c1419f664f9bd7d6f Mon Sep 17 00:00:00 2001 From: Diana Savatina Date: Wed, 26 Feb 2025 11:05:38 +0000 Subject: [PATCH] fix: Delegation tag width --- .../AccountCard/AccountBalanceDetails.tsx | 57 ++++++++----------- 1 file changed, 24 insertions(+), 33 deletions(-) diff --git a/apps/web/src/components/AccountCard/AccountBalanceDetails.tsx b/apps/web/src/components/AccountCard/AccountBalanceDetails.tsx index 820e04149..238334e6d 100644 --- a/apps/web/src/components/AccountCard/AccountBalanceDetails.tsx +++ b/apps/web/src/components/AccountCard/AccountBalanceDetails.tsx @@ -92,52 +92,43 @@ export const AccountBalanceDetails = () => { )} {delegate && ( - + Delegation - - - To: - - - + + To: + + )} {!spendableBalance.isEqualTo(totalBalance) && }