Datepicker styles seems broken in Internet Explorer 10
Opened this issue · 1 comments
alexeyuzlov commented
Flex layout is not correct in IE10.
see screenshot for more info
http://prntscr.com/esowrf
It's looks like IE doesn't handle flex-wrap property correctly
angular 4.0.1
angular2-material-datepicker: 0.5.0
alexeyuzlov commented
For fix add to your styles
.datepicker__calendar__month {
flex: 1 1 auto; // fix ie10
}