From 591658251886c087792b29700d5cde78513f0786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Fri, 8 Nov 2019 20:00:53 +0800 Subject: [PATCH] :bug: Fix Dropdown icon missing margin right (#19635) --- components/dropdown/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/dropdown/style/index.less b/components/dropdown/style/index.less index 5d48f1c678..53fb15d4ab 100644 --- a/components/dropdown/style/index.less +++ b/components/dropdown/style/index.less @@ -98,6 +98,7 @@ cursor: pointer; transition: all 0.3s; + > .anticon:first-child, > span > .anticon:first-child { min-width: 12px; margin-right: 8px;