Add component for size settings

[MAILPOET-2811]
This commit is contained in:
Rostislav Wolny
2020-05-14 18:06:50 +02:00
committed by Veljko V
parent 6615494312
commit 60d70ad453
3 changed files with 132 additions and 0 deletions

View File

@@ -80,3 +80,11 @@
width: 300px;
}
}
.mailpoet-size-settings-control {
.components-radio-control__option {
display: inline-block;
margin-right: 1em;
width: auto;
}
}