fix: update mobile header to fix overflow (#2125)

Co-authored-by: Matthew Quinn <matthew.quinn@libertymutual.com>
This commit is contained in:
Matthew Quinn 2021-07-30 14:38:40 -04:00 committed by GitHub
parent 43b6e7abf4
commit 50afef03cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -192,14 +192,15 @@ const StyledNavLink = styled(NavLink).attrs({
text-decoration: none;
color: ${({ theme }) => theme.text2};
font-size: 1rem;
width: fit-content;
font-weight: 500;
padding: 8px 12px;
word-break: break-word;
overflow: hidden;
white-space: nowrap;
&.${activeClassName} {
border-radius: 12px;
font-weight: 600;
justify-content: center;
color: ${({ theme }) => theme.text1};
background-color: ${({ theme }) => theme.bg2};
}