From 51834386e76121bb10828bf3da5c56efaf0561a2 Mon Sep 17 00:00:00 2001
From: Aanand Prasad <aanand.prasad@gmail.com>
Date: Wed, 31 Jan 2018 16:06:05 +0000
Subject: [PATCH] fix(ui): fix bug in Menu (not yet converted to styled
 component)

---
 packages/ui/src/atoms/Menu.local.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/ui/src/atoms/Menu.local.scss b/packages/ui/src/atoms/Menu.local.scss
index a77348316..edeb0f22e 100644
--- a/packages/ui/src/atoms/Menu.local.scss
+++ b/packages/ui/src/atoms/Menu.local.scss
@@ -68,6 +68,7 @@
 }
 
 .arrow {
+  display: inline-block;
   font-size: 50%;
   margin-left: 10px;
   transform: scaleY(1.2) scaleX(2.2);
-- 
GitLab