#11143 Change dialog width to auto

This commit is contained in:
miguel angel rasteu 2023-05-16 12:40:37 +02:00
parent 018f024815
commit b16260f08c
1 changed files with 2 additions and 2 deletions

View File

@ -446,9 +446,9 @@ ui_require_jquery_file('ui.datepicker-'.get_user_language(), 'include/javascript
opacity: 0.5, opacity: 0.5,
background: "black" background: "black"
}, },
width: 650, width: "auto",
height: 500 height: 500
}) }).css({"min-width": "650px"})
.show (); .show ();
refresh_pagination_callback (module_id, id_agent, "",module_name); refresh_pagination_callback (module_id, id_agent, "",module_name);
datetime_picker_callback(); datetime_picker_callback();