break token balance to more lines instead of truncating

pull/326/head
slowbackspace 6 years ago
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…
Cancel
Save