1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-08 07:01:04 +00:00

prevent wrapping multi words links

This commit is contained in:
slowbackspace 2019-02-26 16:14:07 +01:00
parent b577212c44
commit 5571e14d13

View File

@ -111,6 +111,7 @@ const A = styled.a`
color: ${colors.WHITE};
margin-left: 24px;
transition: all .1s ease-in;
white-space: nowrap;
&:visited {
color: ${colors.WHITE};