#70223
Tengyart
Participant
Premium Member

Found a temporary solution!

Can change the CSS in the Ashe settings:

.wp-block-image {
margin-top: 5px;
margin-bottom: 5px;
}

Or add padding:

.wp-block-image {
padding: 5px
}

P.S. I hope in the near future will come out a patch, so that it was not necessary to correct anything manually.