From ee460e7149f4b74672f1fdc2ab688d0622e91e65 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 13 Aug 2015 13:07:24 +0930 Subject: [PATCH] Overflow long discussion titles --- less/forum/DiscussionListItem.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/less/forum/DiscussionListItem.less b/less/forum/DiscussionListItem.less index 8e4a195bc..2544edf80 100644 --- a/less/forum/DiscussionListItem.less +++ b/less/forum/DiscussionListItem.less @@ -41,6 +41,8 @@ line-height: 1.3; color: @heading-color; font-weight: normal; + overflow: hidden; + text-overflow: ellipsis; .unread & { font-weight: bold;