diff --git a/apps/users/templates/users/login_log_list.html b/apps/users/templates/users/login_log_list.html index 3837e13e0..e68bfc606 100644 --- a/apps/users/templates/users/login_log_list.html +++ b/apps/users/templates/users/login_log_list.html @@ -81,14 +81,15 @@ "order": [] }); $('#date .input-daterange').datepicker({ - dateFormat: "mm/dd/yyy", + dateFormat: "mm/dd/yyy", keyboardNavigation: false, forceParse: false, autoclose: true }); $('.select2').select2({ - dropdownAutoWidth: true + dropdownAutoWidth: true, + width: 'auto' }); })