From 1082f8a87df38782f41597a323de35fed135e51e 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 ff296369ac0d83..49d22fc1a1feab 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: {