From 53c33bd6e71e9be078e9dc98524b1350d74fbb2d Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 24 Jul 2015 16:08:44 +0800 Subject: [PATCH] fix select arrow position in form-item --- style/components/form.less | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/style/components/form.less b/style/components/form.less index ade2a67a15..bf04ea1ebe 100644 --- a/style/components/form.less +++ b/style/components/form.less @@ -80,7 +80,7 @@ input[type="checkbox"] { &:lang(en) { padding-right: 8px; - } + } } .@{css-prefix}switch { @@ -151,12 +151,6 @@ form { padding-right: 25px; line-height: 32px; } - } - .@{selectPrefixCls}-arrow { - right: 8px; - height: 32px; - line-height: 32px; - width: auto; } .@{selectPrefixCls}-open .@{selectPrefixCls}-selection {