Skip to content

Commit

Permalink
Added fix for the time picker and date picker displays covering the e…
Browse files Browse the repository at this point in the history
…ntire dialog
  • Loading branch information
yulric committed Oct 22, 2015
1 parent 755e1ba commit bc1294f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/date-picker/calendar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const Calendar = React.createClass({
height: isLandscape ?
weekCount === 5 ? 238 :
weekCount === 6 ? 278 :
198 : '100%',
198 : 64,
float: isLandscape ? 'left' : 'none',
},
weekTitle: {
Expand Down
2 changes: 1 addition & 1 deletion src/time-picker/time-display.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const TimeDisplay = React.createClass({
textAlign: "center",
position: "relative",
width: 280,
height: "100%",
height: 102,
},

time: {
Expand Down

0 comments on commit bc1294f

Please sign in to comment.