mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge pull request #264 from Dinoshauer/patch-1
Make sure long links does not break the design
This commit is contained in:
commit
12a3f5be1f
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue