Merge pull request #264 from Dinoshauer/patch-1

Make sure long links does not break the design
This commit is contained in:
Wes Bos 2020-01-10 10:05:33 -05:00 committed by GitHub
commit 12a3f5be1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,6 +118,9 @@ const PersonInner = styled.div`
font-size: 1rem;
}
.displayLink {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
color: var(--vape);
letter-spacing: 1px;