Hide everyone role in user card and prevent overflowing of role bubbles

This commit is contained in:
Jeremy Zhang
2018-03-01 07:09:09 +00:00
parent cc0a0bf3bb
commit b61d249fe6
2 changed files with 4 additions and 0 deletions

View File

@ -855,6 +855,7 @@ p.mentioned span.chatmessage {
border: 1px solid;
border-color: inherit;
border-radius: 10px;
white-space: nowrap;
}
#usercard .role .text, #usercard .role .color {