zpaulovics / datetimepicker-rails

A date and time picker for Twitter Bootstrap in Rails using Simple Form
MIT License
174 stars 80 forks source link

Calendar button on the right #89

Open fabdurso opened 5 years ago

fabdurso commented 5 years ago

Everything is working fine with datetimepicker (using it with Simple form). But without having changed anything on the default CSS files, the calendar button is on the right of the page as shown here:

right

What am I doing wrong?

fabdurso commented 5 years ago

I quite fixed it by adding

.input-group-btn {
  width: 100%;
}

to bootstrap-datetimepicker.css but I'll wait from an official answer from @zpaulovics in order to close the issue. I'd really appreciate it and it could help more users IMO.