Merge pull request #232 from intern0t/overflowing-links-fix

Overflowing links fixed.
This commit is contained in:
Wes Bos 2020-01-10 10:20:34 -05:00 committed by GitHub
commit 24056417fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,6 +131,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);
}