From 08aa41b2b881e2bc1900607b374028e0ab393983 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Wed, 8 Nov 2017 18:34:12 +0800 Subject: [PATCH] fix(forums): forums list css of last reply by --- modules/forums/client/less/forum.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/forums/client/less/forum.less b/modules/forums/client/less/forum.less index 46488918..97610d54 100644 --- a/modules/forums/client/less/forum.less +++ b/modules/forums/client/less/forum.less @@ -116,7 +116,7 @@ @media (max-width: @screen-lg-min) { max-width: 200px; } - font-weight: bold; + font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;