Merge pull request #6854 from SansPseudoFix/6853-fix-overflow
6853 fix usernames overflow
This commit is contained in:
commit
be1016168d
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue