From caad27e4963839825c8521ccc1320af94014c596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yasin=20Ar=C4=B1bu=C4=9Fa?= Date: Fri, 6 May 2016 16:43:47 +0300 Subject: [PATCH] emoji bug --- public/css/comments.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/comments.css b/public/css/comments.css index 45ff9a3c..ccefc592 100644 --- a/public/css/comments.css +++ b/public/css/comments.css @@ -199,10 +199,11 @@ height: 20px; width: 20px; display: inline-block !important; + margin: -1px 0; } .nodebb-author img { width: 20px; height: 20px; border-radius: 100%; -} \ No newline at end of file +}