Make form editor modals wider

[MAILPOET-1565]
This commit is contained in:
Pavel Dohnal
2018-12-06 10:12:19 +01:00
parent 1f19a851c3
commit b40916c9fa
5 changed files with 13 additions and 3 deletions

View File

@@ -320,6 +320,9 @@ define('modal', ['mailpoet', 'jquery'],
jQuery('#mailpoet_popup_wrapper').css({
height: this.options.height
});
if (this.options.minWidth) {
jQuery('#mailpoet_popup').css({ minWidth: this.options.minWidth });
}
break;
case 'panel':
// set dimensions