From 145d512aa7817222368887f37852e4fae2997e3d Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Mon, 11 Mar 2019 03:12:07 +0100 Subject: [PATCH] UI: Fix emojis margin-top on node description utility. --- src/styles/_utils.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_utils.sass b/src/styles/_utils.sass index 28ffd988..9f29785b 100644 --- a/src/styles/_utils.sass +++ b/src/styles/_utils.sass @@ -423,6 +423,7 @@ display: inline-block !important padding: initial margin-bottom: initial !important + margin-top: initial !important h2 margin-bottom: 15px