TrevorS / bootstrap3-datetimepicker-rails

This gem packages the bootstrap-datetimepicker for the Rails 3.1+ asset pipeline.
MIT License
292 stars 123 forks source link

Problem with bootstrap 4.0 alpha 6 #57

Closed batamire closed 7 years ago

batamire commented 7 years ago

Solved in: https://github.com/Eonasdan/bootstrap-datetimepicker/issues/1996

CSS/SASS fix:

.fade
  &.in
    opacity: 1

.collapse
  &.in
    display: block
William-H-M commented 7 years ago

@batamire Hi, can you please close this as this has been solved as you said, thanks.