From 0d5f99d4dce454595faad44cdead18bb136794f2 Mon Sep 17 00:00:00 2001 From: CiviCRM Date: Tue, 23 Jul 2013 15:35:02 +0530 Subject: [PATCH] CRM-11137 set width:auto for dialog ---------------------------------------- * CRM-11137: http://issues.civicrm.org/jira/browse/CRM-11137 --- js/Common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/Common.js b/js/Common.js index d54a4fe4f0..e0b4d42c59 100644 --- a/js/Common.js +++ b/js/Common.js @@ -710,6 +710,7 @@ CRM.validate = CRM.validate || { message: ts('Are you sure you want to continue?'), resizable: false, modal: true, + width: 'auto', close: function () { $(dialog).remove(); }, -- 2.25.1