Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
fix(datepicker): accessibility correction
Browse files Browse the repository at this point in the history
  • Loading branch information
BehnooshShiva committed May 25, 2020
1 parent 0ced78c commit 9eee87b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/ng-boosted/src/lib/style/ng-boosted.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ ngb-datepicker{
}
.ngb-dp-weekday {
color: black;
display: inline-block;
overflow: hidden;
padding: 0 9px;
white-space: nowrap;
}
}

Expand Down

0 comments on commit 9eee87b

Please sign in to comment.