From ccaf107ae590d8c2eb0c9605c339d36da7c931ec Mon Sep 17 00:00:00 2001 From: SansPseudoFix Date: Fri, 11 Sep 2015 17:17:37 +0200 Subject: [PATCH] Fix for tag overflow - fixes #6142 Fix for tag overflow - fixes #6142 --- app/assets/stylesheets/tag.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/tag.scss b/app/assets/stylesheets/tag.scss index fc4098d57..72f9d757f 100644 --- a/app/assets/stylesheets/tag.scss +++ b/app/assets/stylesheets/tag.scss @@ -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;