mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-29 02:18:06 +00:00
break token balance to more lines instead of truncating
This commit is contained in:
parent
21c67c060e
commit
2ca219414a
@ -56,8 +56,7 @@ const TokenSymbol = styled(TokenText)`
|
||||
|
||||
const TokenBalance = styled(TokenText)`
|
||||
flex: 1 0 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-all;
|
||||
text-align: right;
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user