Separate post editor block component

[MAILPOET-2487]
This commit is contained in:
Ján Mikláš
2020-03-11 17:45:40 +01:00
committed by Veljko V
parent 1d112fced6
commit cdf52fa6e4
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
.mailpoet-block-div {
padding: 20px;
}
.mailpoet-block-create-new-content {
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 60px;
}