From 36a38eac0ea2b46e8bea8fc9df67d0bfbfea9f63 Mon Sep 17 00:00:00 2001 From: yulricsequeira Date: Sat, 3 Oct 2015 18:12:36 -0400 Subject: [PATCH] Revert "Fix for issue #1722" This reverts commit 40ba4d0c7674fcf3d01f2a0bd8412d1ba28e3b2b. --- src/date-picker/calendar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/date-picker/calendar.jsx b/src/date-picker/calendar.jsx index 9c5a9f273d712f..3ab8f44f068304 100644 --- a/src/date-picker/calendar.jsx +++ b/src/date-picker/calendar.jsx @@ -95,7 +95,7 @@ const Calendar = React.createClass({ height: isLandscape ? weekCount === 5 ? 238 : weekCount === 6 ? 278 : - 198 : 64, + 198 : '100%', float: isLandscape ? 'left' : 'none', }, weekTitle: {