From d8d065af33ca73985a3cb649c145e53179bd8c35 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Thu, 1 Dec 2016 16:11:51 +0800 Subject: [PATCH] css: width should be set on TimePicker wrapper --- components/time-picker/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/time-picker/style/index.less b/components/time-picker/style/index.less index 980ec3c4d1..28e1adecd3 100644 --- a/components/time-picker/style/index.less +++ b/components/time-picker/style/index.less @@ -184,10 +184,10 @@ outline: none; font-size: @font-size-base; transition: opacity 0.3s ease; + width: 100px; &-input { .input; - width: 100px; } &-large &-input {