1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-06-08 09:08:46 +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}; color: ${colors.TEXT_SECONDARY};
margin: 0px 4px; margin: 0px 4px;
padding: 20px; padding: 20px;
white-space: nowrap;
&.active, &.active,
&:hover { &:hover {