From 29de01760222363f1fc8a00babe121e0b6ef8271 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 19 Aug 2015 15:28:22 +0800 Subject: [PATCH] fix iconfont position bug in safari --- style/components/menu.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/style/components/menu.less b/style/components/menu.less index ddee08c3a4..aa65ddd86d 100644 --- a/style/components/menu.less +++ b/style/components/menu.less @@ -140,7 +140,6 @@ .@{menuPrefixCls}-submenu-title, .@{menuPrefixCls}-item { .anticon { width: 14px; - height: 14px; margin-right: 8px; top: -1px; color: #999; @@ -243,7 +242,6 @@ .@{menuPrefixCls}-submenu-title, .@{menuPrefixCls}-item { .anticon { width: 14px; - height: 14px; margin-right: 8px; top: -1px; }