Remove the margint bottom to keep height minimal

[MAILPOET-2740]
This commit is contained in:
Pavel Dohnal
2020-04-09 12:21:59 +02:00
committed by Veljko V
parent b00e56ce06
commit 20a29e6af5
2 changed files with 15 additions and 0 deletions

View File

@@ -84,6 +84,9 @@ jQuery(($) => {
}
$(() => {
$('.mailpoet_form').each((index, element) => {
$(element).children('.mailpoet_paragraph').last().addClass('last');
});
const closeForm = (formDiv) => {
formDiv.removeClass('active');
formDiv.prev('.mailpoet_form_popup_overlay').removeClass('active');