mirror of
https://github.com/privacyguides/discourse-brand.git
synced 2024-12-14 16:45:56 +00:00
Cut off top contributor overflow
This commit is contained in:
parent
d5f086c088
commit
321314e207
@ -11,3 +11,10 @@
|
||||
box-shadow: none;
|
||||
margin: 0;
|
||||
}
|
||||
.top-contributors--user {
|
||||
white-space: nowrap;
|
||||
.top-contributors--user-badge {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user