Skip to content

Commit

Permalink
Merge pull request #757 from airbnb/maja-fix-object-bug-in-css
Browse files Browse the repository at this point in the history
Remove unnecessary caption object from CalendarMonth styles
  • Loading branch information
majapw authored Oct 9, 2017
2 parents bbf6823 + 755377d commit 47fd42b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/CalendarMonth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@ export default withStyles(({ reactDates: { color, font, spacing } }) => ({
CalendarMonth_table: {
borderCollapse: 'collapse',
borderSpacing: 0,
caption: {
captionSide: 'initial',
},
},

CalendarMonth_caption: {
Expand Down

0 comments on commit 47fd42b

Please sign in to comment.