Skip to content

Commit

Permalink
Revert "fix: Uneven margin in inline calendar"
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnrusschen authored Jun 17, 2023
1 parent 24ccc36 commit cfe3e24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stylesheets/datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@
}
}

.react-datepicker__month-container {
float: left;
}

.react-datepicker__year {
margin: $datepicker__margin;
text-align: center;
Expand Down

0 comments on commit cfe3e24

Please sign in to comment.