Fix for tag overflow - fixes #6142

Fix for tag overflow - fixes #6142
This commit is contained in:
SansPseudoFix 2015-09-11 17:17:37 +02:00
parent cda9c0b366
commit ccaf107ae5

View file

@ -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;