pingcheng / bootstrap4-datetimepicker

datetimepicker for bootstrap 4

Home Page:http://eonasdan.github.io/bootstrap-datetimepicker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table overflowing while selecting time

ffabing opened this issue · comments

My datetimepicker is inside a td.
While selecting the time, the table is overflowing like this
image

Setting min-width fixed this :
.bootstrap-datetimepicker-widget { min-width: 326px; }