VRFS-4094 - clip avatar name if too long
This commit is contained in:
parent
0690e30a32
commit
f9429f8712
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue