tempusdominus / bootstrap-4

Tempus Dominus Bootstrap 4 Datetime Picker
https://getdatepicker.com/5-4/
MIT License
611 stars 239 forks source link

Layout broken when `calendarWeeks: true` #297

Open josefsabl opened 4 years ago

josefsabl commented 4 years ago

https://jsfiddle.net/xungqtop/

2019-12-06_10h47_21

JoopStringer commented 4 years ago

Simple solution : remove the width in CSS

    .bootstrap-datetimepicker-widget.dropdown-menu {
        display: block;
        margin: 2px 0;
        padding: 4px;
        /* width: 14rem; */
    }
Jaco-Pretorius commented 4 years ago

+1 on having this issue