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