Merge branch 'ent-11143-se-descoloca-menu-de-paginas-al-pasar-de-14' into 'develop'

Ent 11143 se descoloca menu de paginas al pasar de 14

See merge request artica/pandorafms!5902
This commit is contained in:
Matias Didier 2023-06-27 13:24:37 +00:00
commit 63ee67bdff
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -609,9 +609,9 @@ $infoHeadTitle = '';
opacity: 0.5,
background: "black"
},
width: 650,
width: "auto",
height: 500
})
}).css({"min-width": "650px"})
.show ();
refresh_pagination_callback(module_id, id_agent, server_name, module_name);
datetime_picker_callback();