From 8631eb581983138820da90647214671cee7f87f2 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 --- framework/core/less/forum/DiscussionListItem.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/core/less/forum/DiscussionListItem.less b/framework/core/less/forum/DiscussionListItem.less index 8e4a195bc..2544edf80 100644 --- a/framework/core/less/forum/DiscussionListItem.less +++ b/framework/core/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;