From 9429aedffc8bcd4aa8dc1ff080a419a7ebb019b9 Mon Sep 17 00:00:00 2001 From: Graeme Yeates Date: Wed, 28 Jun 2017 15:23:00 -0400 Subject: [PATCH] Fix tilde placement on rangepickers --- components/date-picker/style/RangePicker.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/date-picker/style/RangePicker.less b/components/date-picker/style/RangePicker.less index d1949ef652..c0817da21f 100644 --- a/components/date-picker/style/RangePicker.less +++ b/components/date-picker/style/RangePicker.less @@ -17,6 +17,9 @@ .@{calendar-prefix-cls}-range-picker-separator { color: @text-color-secondary; + position: absolute; + top: 50%; + margin-top: -10px; } .@{calendar-prefix-cls}-range {