From ff6d3114d72c6eacdc3297c87ebe06c3eae780ad Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 22 Jul 2015 09:59:29 +0930 Subject: [PATCH] Tweak padding on discussion list items Remove overflow to facilitate new tags appearance --- less/forum/DiscussionListItem.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/less/forum/DiscussionListItem.less b/less/forum/DiscussionListItem.less index beb749e1e..761c118f3 100644 --- a/less/forum/DiscussionListItem.less +++ b/less/forum/DiscussionListItem.less @@ -51,8 +51,6 @@ padding: 0; margin: 0; white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; font-size: 12px; > li { @@ -204,7 +202,7 @@ } .DiscussionListItem-content { padding-left: 52px; - padding-right: 75px; + padding-right: 80px; } .DiscussionListItem-author { margin-left: -52px; @@ -225,7 +223,7 @@ } .DiscussionListItem-count { margin-top: 21px; - margin-right: -65px; + margin-right: -70px; width: 55px; color: @muted-color; font-size: 14px;