From d29ce1d1740b7c2c9b4d253561aa29b6ce5504b6 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 15 Jan 2016 12:20:27 +0800 Subject: [PATCH] fix TimePicker panel width inside DatePicker --- style/components/timepicker/Picker.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/components/timepicker/Picker.less b/style/components/timepicker/Picker.less index a6c307a944..a56bf7c2d6 100644 --- a/style/components/timepicker/Picker.less +++ b/style/components/timepicker/Picker.less @@ -28,6 +28,10 @@ } } +.@{calendar-prefix-cls}-time .@{timepicker-prefix-cls}-panel { + min-width: 168px; +} + .@{timepicker-prefix-cls} { position: relative; display: inline-block;