6853 fix usernames overflox
This commit is contained in:
parent
ac70d72190
commit
5bac12d164
1 changed files with 1 additions and 3 deletions
|
|
@ -33,9 +33,7 @@ h1.tag {
|
||||||
.side_stream #people_stream {
|
.side_stream #people_stream {
|
||||||
.name { display: block; }
|
.name { display: block; }
|
||||||
.name, .diaspora_handle {
|
.name, .diaspora_handle {
|
||||||
overflow: hidden;
|
word-break: break-all;
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue