ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

The datetime-picker control display incorrect with bootstrap4! #186

Closed fishen closed 7 years ago

fishen commented 7 years ago

12

please adjust the style to match bootstrap4, I override the .day 's width in my project at present :

ngui-datetime-picker .ngui-datetime-picker .days{
    width: 230px;
}