From 80e8630c1cf04e2462ecaf90fc7c04510f42c10a Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sat, 2 May 2015 08:34:09 +0930 Subject: [PATCH] Don't let discussion details in list wrap --- less/forum/index.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/less/forum/index.less b/less/forum/index.less index f014bbd64..9e962ad07 100644 --- a/less/forum/index.less +++ b/less/forum/index.less @@ -210,9 +210,12 @@ list-style-type: none; padding: 0; margin: 0; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; & > li { - display: inline-block; + display: inline; } } & .username {