Reset top/bottom margins for centered figures

[MAILPOET-2810]
This commit is contained in:
Rostislav Wolny
2020-08-12 11:31:42 +02:00
committed by Veljko V
parent 3244ff9eb4
commit 5f31463f17

View File

@@ -386,6 +386,8 @@ div.mailpoet_form_slide_in.active {
display: flex;
flex-direction: column;
justify-content: center;
margin-bottom: auto;
margin-top: auto;
}
.alignleft {