Skip to content

Commit

Permalink
Revert "Fix for issue where the time display was covering the entire …
Browse files Browse the repository at this point in the history
…time picker"

This reverts commit 85524bb.
  • Loading branch information
yulric committed Oct 5, 2015
1 parent 85524bb commit 3ac1f67
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: 102,
height: "100%",
},

time: {
Expand Down

0 comments on commit 3ac1f67

Please sign in to comment.