Change the tight_container breakpoint

[MAILPOET-2964]
This commit is contained in:
Pavel Dohnal
2020-06-15 11:24:55 +02:00
committed by Veljko V
parent 438f223c9a
commit 989af457b4

View File

@@ -22,7 +22,7 @@ jQuery(($) => {
* @param form jQuery object of form form.mailpoet_form
*/
function checkFormContainer(form) {
if (form.width() < 500) {
if (form.width() < 400) {
form.addClass('mailpoet_form_tight_container');
} else {
form.removeClass('mailpoet_form_tight_container');