vedmack / yadcf

Yet Another DataTables Column Filter (yadcf)
http://yadcf-showcase.appspot.com/
MIT License
732 stars 285 forks source link

fix broken rendering of bootstrap-datetimepicker #670

Closed matthewhegarty closed 1 year ago

matthewhegarty commented 1 year ago

This is a css fix for #669.

vedmack commented 1 year ago

Thanks for the PR you can also use a shorter version of CSS .yadcf-filter-wrapper :is(.datepicker-months, .datepicker-years, .datepicker-decades) { white-space: normal; }