1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-30 20:28:09 +00:00

prevent token name from breaking to multiple lines if unnecessary

This commit is contained in:
slowbackspace 2019-01-19 19:34:25 +01:00
parent 1aae8dc0b2
commit aa3f037ddf

View File

@ -46,7 +46,7 @@ const TokenText = styled.div`
`;
const TokenName = styled(TokenText)`
flex: 0 0 0;
flex: 1 1 0;
padding-right: 5px;
`;