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; }
|
h4 { margin: 25px 0 15px; }
|
||||||
.side_stream #people_stream {
|
.side_stream #people_stream {
|
||||||
.name { display: block; }
|
.name { display: block; }
|
||||||
.name, .diaspora_handle, .tags {
|
.name, .diaspora_handle {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue