From cedc194ec36fedcac10b16716795cd6090b2bd9c Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sat, 8 Jul 2017 20:40:39 +0800 Subject: [PATCH] fix(forums): css lint warning --- 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 f2561526..34fa1a10 100644 --- a/modules/forums/client/less/forum.less +++ b/modules/forums/client/less/forum.less @@ -329,7 +329,7 @@ min-height: 42px; .reply-comment-body-text { p:last-child { - margin-bottom: 0px; + margin-bottom: 0; } } .reply-comment-body-edited-text {