mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-09 15:40:55 +00:00
prevent wrapping multi words links
This commit is contained in:
parent
b577212c44
commit
5571e14d13
@ -111,6 +111,7 @@ const A = styled.a`
|
|||||||
color: ${colors.WHITE};
|
color: ${colors.WHITE};
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
transition: all .1s ease-in;
|
transition: all .1s ease-in;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&:visited {
|
&:visited {
|
||||||
color: ${colors.WHITE};
|
color: ${colors.WHITE};
|
||||||
|
Loading…
Reference in New Issue
Block a user