Fixed username not looking nice for shorter names.

This commit is contained in:
Sean Li 2015-06-12 15:38:47 -07:00
parent 97e0b74d6d
commit 35ab1976b6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
padding: 0 1rem 0 1rem;
.box-button();
.text {
width: 70px;
max-width: 70px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;