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:
parent
1aae8dc0b2
commit
aa3f037ddf
@ -46,7 +46,7 @@ const TokenText = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const TokenName = styled(TokenText)`
|
const TokenName = styled(TokenText)`
|
||||||
flex: 0 0 0;
|
flex: 1 1 0;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user