From f934d72af9a75e4689a53bb9806365a084221d45 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Tue, 27 Jun 2023 13:09:57 +0200 Subject: [PATCH] #11143 Fix auto width modal --- pandora_console/operation/tree.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index 8ca4343ea0..97beff7bca 100755 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -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();