Skip to content

Commit

Permalink
Display last row in DatePicker in safari mui#1489
Browse files Browse the repository at this point in the history
In safari button elements get implicit margin,
which meant that the height of day buttons
are higher than expected and caused the rows
not fit to their container.
  • Loading branch information
Dolmio committed Aug 30, 2015
1 parent 28403c3 commit 9542ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/date-picker/day-button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ let DayButton = React.createClass({
position: 'relative',
float: 'left',
width: 36,
margin: '0px',
padding: '4px 2px',
},

Expand Down

0 comments on commit 9542ca7

Please sign in to comment.