From aee2c535bd908a9086c200c788e5f6ddfde6039b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 25 Sep 2015 09:49:04 +0200 Subject: [PATCH] Revert "UX: Topic link should not take full width." --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index fc540dfe4f7..047533a909b 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -520,7 +520,7 @@ video { .topic-link { color: $header_primary; - display: inline-block; + display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;