VRFS-4094 - clip avatar name if too long

This commit is contained in:
Seth Call 2016-05-17 21:05:47 -05:00
parent 0690e30a32
commit f9429f8712
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@
font-weight:200; font-weight:200;
color:#ccc; color:#ccc;
float:right; float:right;
max-width: 200px;
overflow: hidden;
height:30px;
} }
.arrow-down { .arrow-down {