Merge pull request #6408 from SansPseudoFix/fix-tag-tag-page-overflow
Fix for tag overflow - fixes #6142
This commit is contained in:
commit
cf5830adad
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ h1.tag {
|
|||
h4 { margin: 25px 0 15px; }
|
||||
.side_stream #people_stream {
|
||||
.name { display: block; }
|
||||
.name, .diaspora_handle, .tags {
|
||||
.name, .diaspora_handle {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
Loading…
Reference in a new issue