Commit f4d4acac authored by eddie's avatar eddie Committed by GitHub

fix: constrain width on token details back button (#5703)

Co-authored-by: default avatarEddie Dugan <eddie.dugan@UniswapdieDugan.localdomain>
parent a5d7af19
......@@ -11,6 +11,7 @@ export const BreadcrumbNavLink = styled(Link)`
text-decoration: none;
margin-bottom: 16px;
transition-duration: ${({ theme }) => theme.transition.duration.fast};
width: fit-content;
&:hover {
color: ${({ theme }) => theme.textTertiary};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment