Skip to content

Commit 33ab3cb

Browse files
authored
Merge pull request #3134 from vvatom/balance-label-width-fix
Fix balance label width
2 parents d42e4ae + 2a53385 commit 33ab3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/Wallet/WalletAccountBalanceControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export default function WalletAccountBalanceControl(
215215
margin-bottom: 20px;
216216
}
217217
.balance_label {
218-
width: 160px;
218+
width: 165px;
219219
height: 24px;
220220
color: var(--green-40);
221221
font-size: 16px;

0 commit comments

Comments
 (0)