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 31, 2015
1 parent 79d3ec1 commit 3c24691
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 @@ -53,6 +53,7 @@ let DayButton = React.createClass({
float: 'left',
width: 41,
padding: '4px 2px',
margin: '0px',
},

label: {
Expand Down

0 comments on commit 3c24691

Please sign in to comment.