From 3b40bfb058861fd39db5df97c88bd7282c290993 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 31 Jan 2019 16:35:47 +0800 Subject: [PATCH] :bug: Tweak calendar select width for IE9 close #14464 --- components/calendar/style/index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/calendar/style/index.less b/components/calendar/style/index.less index 02d4d53837..a4655355b4 100644 --- a/components/calendar/style/index.less +++ b/components/calendar/style/index.less @@ -8,8 +8,13 @@ outline: none; border-top: @border-width-base @border-style-base @border-color-base; + .@{ant-prefix}-select&-year-select { + min-width: 90px; + } + .@{ant-prefix}-select&-month-select { margin-left: 8px; + min-width: 80px; } &-header {