From 1a80f85400528c1c8b744164a4f8f4a85677522f Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 23 Mar 2015 15:53:27 -0400 Subject: [PATCH] CRM-16163 - Set dialog height of 'new contact' popup --- js/Common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Common.js b/js/Common.js index a4bafbe12e..5937ac41e4 100644 --- a/js/Common.js +++ b/js/Common.js @@ -390,7 +390,7 @@ CRM.strings = CRM.strings || {}; $('#select2-drop').off('.crmEntity').on('click.crmEntity', 'a.crm-add-entity', function(e) { $el.select2('close'); CRM.loadForm($(this).attr('href'), { - dialog: {width: 500, height: 'auto'} + dialog: {width: 500, height: 220} }).on('crmFormSuccess', function(e, data) { if (data.status === 'success' && data.id) { CRM.status(ts('%1 Created', {1: data.label})); -- 2.25.1