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