mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:32:44 +08:00
UX: truncate too-long names in usercard (#27650)
This commit is contained in:
parent
6599b85a75
commit
4311e9df45
|
@ -88,6 +88,7 @@
|
||||||
.name-username-wrapper {
|
.name-username-wrapper {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
|
@include ellipsis;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user