Skip to content

Commit 9c88c9d

Browse files
Merge pull request mui#2141 from quangbuule/patch-2
Propose calendar style fix
2 parents 9879f09 + d133c06 commit 9c88c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/date-picker/calendar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const Calendar = React.createClass({
114114
height: isLandscape ?
115115
weekCount === 5 ? 238 :
116116
weekCount === 6 ? 278 :
117-
198 : '100%',
117+
198 : 'auto',
118118
float: isLandscape ? 'left' : 'none',
119119
},
120120
weekTitle: {

0 commit comments

Comments
 (0)