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