Fix too small border in datetime picker (references #14)

This commit is contained in:
Bernd Bestel
2018-07-13 21:37:49 +02:00
parent bc3d339d9c
commit 5d762001c8

View File

@@ -156,3 +156,8 @@ td {
padding: 0.8em;
}
}
/* Third party component customizations - Tempus Dominus */
.bootstrap-datetimepicker-widget.dropdown-menu {
width: auto !important;
}