Skip to content

Commit

Permalink
Merge pull request #4085 from Hacker0x01/revert-4044-master
Browse files Browse the repository at this point in the history
Revert "fix: Uneven margin in inline calendar"
  • Loading branch information
martijnrusschen authored Jun 17, 2023
2 parents 24ccc36 + cfe3e24 commit 5365ccd
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 5365ccd

Please sign in to comment.