From 41f157e59680c247d250722900cb78376f2d2483 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 6 Jun 2017 20:35:51 +0800 Subject: [PATCH] Fix Select search input width, close #6382 --- components/select/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/select/style/index.less b/components/select/style/index.less index 6b18ec51d7..27b3d08565 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -237,6 +237,7 @@ &-search--inline { position: absolute; height: 100%; + width: 100%; .@{select-prefix-cls}-selection--multiple & { float: left;