My datetimepicker is inside a td. While selecting the time, the table is overflowing like this  Setting min-width fixed this : `.bootstrap-datetimepicker-widget { min-width: 326px; }`
My datetimepicker is inside a td.

While selecting the time, the table is overflowing like this
Setting min-width fixed this :
.bootstrap-datetimepicker-widget { min-width: 326px; }