Skip to content

Commit

Permalink
Merge pull request #536 from gselderslaghs/datepicker-date-overflow
Browse files Browse the repository at this point in the history
fix(Datepicker): text overflow - month and year not fully visible
  • Loading branch information
wuda-io authored Dec 14, 2024
2 parents 46d8e00 + 51430e7 commit 395350e
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 395350e

Please sign in to comment.