From 97bc13426fe3e4a4f4c08b6c14d276990c8fc1f7 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 20 Oct 2016 14:18:07 +0800 Subject: [PATCH] fix overflow selected value in Select (#3481) --- components/select/style/index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/select/style/index.less b/components/select/style/index.less index 8b6e62d34b..ce28f9953a 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -154,6 +154,8 @@ content: '.'; visibility: hidden; pointer-events: none; + display: inline-block; + width: 0; } }