mirror of https://github.com/snachodog/mybuddy.git
Fix linting warning.
This commit is contained in:
parent
d6c6c8a271
commit
7d7148e869
|
@ -7,8 +7,10 @@
|
|||
}
|
||||
|
||||
// Temporary workaround. See: https://github.com/tempusdominus/bootstrap-4/issues/18
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu {
|
||||
width: auto; // Reset the default
|
||||
.bootstrap-datetimepicker-widget {
|
||||
&.dropdown-menu {
|
||||
width: auto; // Reset the default
|
||||
}
|
||||
}
|
||||
|
||||
// BB form fields do not follow typical BS4 style that enables this display.
|
||||
|
|
Loading…
Reference in New Issue