From c84a79d3f5ff9538eaef175a636e76de84da8693 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Sat, 17 Mar 2018 19:23:19 -0300 Subject: [PATCH] Wrapper should also be 32px --- client/src/styles/partials/emote.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/styles/partials/emote.scss b/client/src/styles/partials/emote.scss index 82c884fc..b8b9fcec 100644 --- a/client/src/styles/partials/emote.scss +++ b/client/src/styles/partials/emote.scss @@ -6,6 +6,8 @@ font-size: 0; } .bd-emotewrapper { + display: flex; + max-height: 32px; img { height: 32px; margin: 0 .05em 0 .1em !important;