Skip to content

Commit

Permalink
Merge pull request #220 from os2ulf/feature/OS2UOL-1000
Browse files Browse the repository at this point in the history
Fixed the padding on the last instance of callendar
  • Loading branch information
tutaru99 authored Dec 5, 2024
2 parents 4861e9a + 93d2cf8 commit fa9b4f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/_datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
padding-right: 0 @(--sm) 32px;
}

.dp__instance_calendar:last-child {
padding-right: 0 !important;
}

.dp__month_year_wrap {
font-size: 16px;
font-weight: 700;
Expand Down

0 comments on commit fa9b4f8

Please sign in to comment.