mirror of
https://github.com/discourse/discourse.git
synced 2025-03-29 17:05:35 +08:00
Break long group names, don't truncate
This commit is contained in:
parent
85d8d5d092
commit
f62828f14d
@ -83,7 +83,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
.group-avatar-flair {
|
.group-avatar-flair {
|
||||||
margin-top: 0.3em;
|
margin-top: 0.2em;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
@ -94,9 +94,8 @@
|
|||||||
|
|
||||||
span {
|
span {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
white-space: nowrap;
|
word-break: break-word;
|
||||||
overflow: hidden;
|
line-height: $line-height-medium;
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user