mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 05:05:15 +08:00
UX: Truncate long badge names in the mobile usercard
This commit is contained in:
parent
f11363d446
commit
490939a1c9
|
@ -74,6 +74,10 @@ $avatar_width: 120px;
|
|||
display: flex;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
.badge-display-name {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user