From f9aed154649c8f046ac25abee12838c7db5fcca0 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 2 Mar 2016 15:20:52 +0800 Subject: [PATCH] remove inline form-item width 100% --- style/components/form.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/style/components/form.less b/style/components/form.less index 118fa536f7..90bbf942d9 100644 --- a/style/components/form.less +++ b/style/components/form.less @@ -256,10 +256,6 @@ form { vertical-align: middle; } - .@{calendar-prefix-cls}-picker-input { - width: 100%!important; - } - .@{css-prefix}form-text { display: inline-block; }