From ed17464a5faf0e3e324de4c7e402fe3e1e060141 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 13 May 2017 15:16:25 +0800 Subject: [PATCH] Fix vertical align of RangePicker input in safari and 360, close #6061 --- components/date-picker/style/RangePicker.less | 1 - 1 file changed, 1 deletion(-) diff --git a/components/date-picker/style/RangePicker.less b/components/date-picker/style/RangePicker.less index 5da1f92d7c..af87ce88e4 100644 --- a/components/date-picker/style/RangePicker.less +++ b/components/date-picker/style/RangePicker.less @@ -4,7 +4,6 @@ background-color: transparent; border: 0; height: 100%; - line-height: 100%; outline: 0; width: 43%; text-align: center;