1
0
mirror of https://github.com/privacyguides/discourse-brand.git synced 2025-06-19 19:34:25 +00:00

Cut off top contributor overflow

This commit is contained in:
2023-10-24 00:48:25 -05:00
committed by GitHub
parent d5f086c088
commit 321314e207

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;
}
}