mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Fixed the overflow problem for long profile links.
This commit is contained in:
parent
b3445e4628
commit
fa4ceb9f6b
1 changed files with 3 additions and 0 deletions
|
|
@ -122,6 +122,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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue