From 34b420022031a94543bdceea35d45c7892016b60 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 15 Nov 2016 21:59:29 +0800 Subject: [PATCH] adjust search input style for combobox change (#3855) --- components/input/style/search-input.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/input/style/search-input.less b/components/input/style/search-input.less index 3352a8cdb3..60abf166fe 100644 --- a/components/input/style/search-input.less +++ b/components/input/style/search-input.less @@ -40,7 +40,7 @@ } .@{ant-prefix}-select-combobox { .@{ant-prefix}-select-selection__rendered { - right: 29px; + margin-right: 29px; } } }