Fix rounded styles for images in form

[MAILPOET-2743]]
This commit is contained in:
Rostislav Wolny
2020-04-19 18:24:08 +02:00
committed by Veljko V
parent 6d07f5eb32
commit 4b81772cde

View File

@@ -313,7 +313,7 @@ div.mailpoet_form_slide_in.active {
// MailPoet Form - Image block
// Inspired by wp-image-block behaviour
.mailpoet_form_image {
&.is-style-rounded {
&.is-style-rounded img {
border-radius: 9999px;
}