Make sure long links does not break the design

This commit is contained in:
Kasper Jacobsen 2020-01-10 12:52:44 +01:00 committed by GitHub
parent b3445e4628
commit 42b3588416
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;