Fixed the overflow problem for long profile links.

This commit is contained in:
Prashant Shrestha 2020-01-09 19:43:31 -05:00
parent b3445e4628
commit fa4ceb9f6b

View file

@ -122,6 +122,9 @@ const PersonInner = styled.div`
color: var(--vape);
letter-spacing: 1px;
font-size: 1.2rem;
text-overflow: ellipsis;
max-width: 100%;
overflow: hidden;
:hover {
color: var(--pink);
}