mirror of
https://github.com/privacyguides/discourse-brand.git
synced 2025-08-14 22:04:47 +00:00
Cut off top contributor overflow
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user