Skip to content

Commit

Permalink
Merge pull request mui#2141 from quangbuule/patch-2
Browse files Browse the repository at this point in the history
Propose calendar style fix
  • Loading branch information
oliviertassinari committed Nov 12, 2015
2 parents 9879f09 + d133c06 commit 9c88c9d
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 @@ -114,7 +114,7 @@ const Calendar = React.createClass({
height: isLandscape ?
weekCount === 5 ? 238 :
weekCount === 6 ? 278 :
198 : '100%',
198 : 'auto',
float: isLandscape ? 'left' : 'none',
},
weekTitle: {
Expand Down

0 comments on commit 9c88c9d

Please sign in to comment.