Max username overflow hidden.

This commit is contained in:
Danila Fedorin 2018-12-10 23:27:45 -08:00
parent 8338eef381
commit 00ba3a6ac0
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ span.sender-wrapper {
box-sizing: border-box;
text-align: center;
width: 100%;
max-width: 100px;
text-overflow: ellipsis;
}
/**