Fix channel identifier overflow on activity card

* Fixes #1802
This commit is contained in:
JonnyWong16 2022-08-09 17:16:07 -07:00
commit b83e9e3257
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 7 additions and 1 deletions

View file

@ -997,6 +997,12 @@ a .users-poster-face:hover {
font-size: 10px;
z-index: 2;
}
.dashboard-activity-info-channel {
display: inline-block;
max-width: 75px;
text-overflow: ellipsis;
overflow: hidden;
}
.dashboard-activity-progress {
width: 100%;
height: 5px;