Skip to content

Commit

Permalink
fix(Datepicker): month overflow #512
Browse files Browse the repository at this point in the history
  • Loading branch information
gselderslaghs committed Dec 2, 2024
1 parent ecb57d3 commit 51430e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sass/components/_datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
}
}

.select-dropdown {
padding: 0;
vertical-align: middle;
}

.select-year input {
width: 50px;
}
Expand All @@ -59,6 +64,7 @@
}

.month-prev, .month-next {
height: 49px;
margin-top: 4px;
cursor: pointer;
background-color: transparent;
Expand Down

0 comments on commit 51430e7

Please sign in to comment.