Only changed default width of datetimepicker for date-only inputs, as this does not work for side-by-side with time picker (references #14)

This commit is contained in:
Bernd Bestel
2018-07-14 08:38:03 +02:00
parent 31ce7a13ea
commit 594e77ca41
4 changed files with 7 additions and 5 deletions

View File

@@ -158,6 +158,6 @@ td {
}
/* Third party component customizations - Tempus Dominus */
.bootstrap-datetimepicker-widget.dropdown-menu {
.date-only-datetimepicker .bootstrap-datetimepicker-widget.dropdown-menu {
width: auto !important;
}