CRM-11137 set width:auto for dialog
authorCiviCRM <info@civicrm.org>
Tue, 23 Jul 2013 10:05:02 +0000 (15:35 +0530)
committerCiviCRM <info@civicrm.org>
Tue, 23 Jul 2013 10:05:02 +0000 (15:35 +0530)
----------------------------------------
* CRM-11137:
  http://issues.civicrm.org/jira/browse/CRM-11137

js/Common.js

index d54a4fe4f090bb6551a1234ec584b35516758669..e0b4d42c59ad114755816a637981cb942b80c3c5 100644 (file)
@@ -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();
       },