Add woocommerce email customizer field

[MAILPOET-2708]
This commit is contained in:
Amine Ben hammou
2020-04-01 04:21:42 +02:00
committed by Veljko V
parent 9f893c7515
commit 74eef5e300
9 changed files with 75 additions and 11 deletions

View File

@@ -141,10 +141,6 @@
margin-left: 2em;
}
.mailpoet_woocommerce_editor_button {
margin-top: 10px;
}
@include breakpoint-max-width(782px) {
.form-table th {
width: auto;

View File

@@ -40,4 +40,8 @@
.mailpoet-settings-grid .mailpoet_error_item:before {
content: '';
}
.mailpoet-settings-grid .mailpoet_woocommerce_editor_button {
margin-top: 10px;
}