6853 fix usernames overflox

This commit is contained in:
SansPseudoFix 2016-06-07 13:02:44 +02:00
parent ac70d72190
commit 5bac12d164

View file

@ -33,9 +33,7 @@ h1.tag {
.side_stream #people_stream {
.name { display: block; }
.name, .diaspora_handle {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-break: break-all;
}
}
}