Add full width as default email input and submit width

[MAILPOET-2604]
This commit is contained in:
Rostislav Wolny
2020-03-24 15:24:15 +01:00
committed by Veljko V
parent faa9c07eb1
commit df34b6e287
2 changed files with 8 additions and 2 deletions

View File

@ -19,6 +19,9 @@ class FormFactory {
'required' => true,
'label_within' => true,
],
'styles' => [
'full_width' => true,
],
],
[
'id' => 'submit',
@ -27,6 +30,9 @@ class FormFactory {
'params' => [
'label' => __('Subscribe!', 'mailpoet'),
],
'styles' => [
'full_width' => true,
],
],
],
'settings' => [