Cut off top contributor overflow

This commit is contained in:
Jonah Aragon 2023-10-24 00:48:25 -05:00 committed by GitHub
parent d5f086c088
commit 321314e207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -11,3 +11,10 @@
box-shadow: none;
margin: 0;
}
.top-contributors--user {
white-space: nowrap;
.top-contributors--user-badge {
text-overflow: ellipsis;
overflow: hidden;
}
}