Remove workaround for issue fixed in npm tempusdominus-bootstrap-4 5.0.0-alpha14.

This commit is contained in:
Christopher Charbonneau Wells 2018-01-13 08:33:21 -05:00
parent 99c55fa392
commit e04d5ece00
1 changed files with 0 additions and 7 deletions

View File

@ -1,12 +1,5 @@
// Baby Buddy site-wide custom styles.
// Temporary workaround. See: https://github.com/tempusdominus/bootstrap-4/issues/18
.bootstrap-datetimepicker-widget {
&.dropdown-menu {
width: auto; // Reset the default
}
}
// Remove extra margin below site breadcrumb.
.breadcrumb {
margin-bottom: 0;