From 80429d67cbd4565a94d13350d50eb97b02f0a19a Mon Sep 17 00:00:00 2001 From: barisusakli Date: Wed, 23 Mar 2016 18:28:49 +0200 Subject: [PATCH] closes #262 --- less/categories.less | 1 + less/topic.less | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/less/categories.less b/less/categories.less index e34f9a4..e391550 100644 --- a/less/categories.less +++ b/less/categories.less @@ -36,6 +36,7 @@ h2 { display: block; word-wrap: break-word; + overflow: hidden; font-size: 18px; line-height: 22px; margin: 0; diff --git a/less/topic.less b/less/topic.less index 682d357..8a4c0b5 100644 --- a/less/topic.less +++ b/less/topic.less @@ -8,6 +8,7 @@ font-size: 28px; color:inherit; line-height: 32px; + overflow: hidden; } > span { @@ -112,7 +113,7 @@ [component="post/upvote"], [component="post/downvote"] { color: @gray-light; - + &:focus { text-decoration: none; }