Skip to content

Commit

Permalink
Fix for issue where the time display was covering the entire time picker
Browse files Browse the repository at this point in the history
  • Loading branch information
yulric committed Sep 25, 2015
1 parent 40ba4d0 commit 85524bb
Showing 1 changed file with 1 addition and 1 deletion.
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 85524bb

Please sign in to comment.