1
0
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:
slowbackspace 2019-01-10 18:39:28 +01:00
parent 21c67c060e
commit 2ca219414a

View File

@ -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;
`;