From 0627d9a3a01e2bc93260e6f4061e982a433fb313 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 18 Nov 2017 17:49:33 +0800 Subject: [PATCH] Fix MenuItem margin --- components/menu/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/menu/style/index.less b/components/menu/style/index.less index 85a9fabb51..7c3dcf5d51 100644 --- a/components/menu/style/index.less +++ b/components/menu/style/index.less @@ -346,6 +346,7 @@ height: @menu-item-height; margin-top: 4px; margin-bottom: 4px; + display: inline-block; width: 100%; overflow: hidden; text-overflow: ellipsis;