Having trouble with the ng-bootstrap datepicker when selecting style for month and year.
https://i.sstatic.net/grlK6.png
The issue seems to be with the select style.
select[_ngcontent-c21] {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 0 .5rem; // the problem in this line
In my HTML, it looks like this:
https://i.sstatic.net/x629C.png
I believe changing padding 0.0rem would solve the problem,
but I'm unable to override this style.