1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-25 12:35:45 +00:00

No newlines in menu link

This commit is contained in:
Vladimir Volek 2018-11-05 14:45:17 +01:00
parent 31889270a0
commit f1484484df

View File

@ -31,6 +31,7 @@ const StyledNavLink = styled(NavLink)`
color: ${colors.TEXT_SECONDARY};
margin: 0px 4px;
padding: 20px;
white-space: nowrap;
&.active,
&:hover {