Skip to content

Commit

Permalink
Fix for issue mui#1722
Browse files Browse the repository at this point in the history
  • Loading branch information
yulric committed Sep 25, 2015
1 parent b7b0b92 commit 40ba4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/date-picker/calendar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const Calendar = React.createClass({
height: isLandscape ?
weekCount === 5 ? 238 :
weekCount === 6 ? 278 :
198 : '100%',
198 : 64,
float: isLandscape ? 'left' : 'none',
},
weekTitle: {
Expand Down

0 comments on commit 40ba4d0

Please sign in to comment.