Fix linting warning.

This commit is contained in:
Christopher Charbonneau Wells 2017-11-01 16:13:58 -04:00
parent d6c6c8a271
commit 7d7148e869
1 changed files with 4 additions and 2 deletions

View File

@ -7,8 +7,10 @@
} }
// Temporary workaround. See: https://github.com/tempusdominus/bootstrap-4/issues/18 // Temporary workaround. See: https://github.com/tempusdominus/bootstrap-4/issues/18
.bootstrap-datetimepicker-widget.dropdown-menu { .bootstrap-datetimepicker-widget {
width: auto; // Reset the default &.dropdown-menu {
width: auto; // Reset the default
}
} }
// BB form fields do not follow typical BS4 style that enables this display. // BB form fields do not follow typical BS4 style that enables this display.