mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Make sure long links does not break the design
This commit is contained in:
parent
b3445e4628
commit
42b3588416
1 changed files with 3 additions and 0 deletions
|
|
@ -118,6 +118,9 @@ const PersonInner = styled.div`
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.displayLink {
|
.displayLink {
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--vape);
|
color: var(--vape);
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue