Align correctly input fields in rendered form
[MAILPOET-2809]
This commit is contained in:
@@ -27,7 +27,7 @@ class Textarea {
|
||||
|
||||
public function render(array $block, array $formSettings): string {
|
||||
$html = '';
|
||||
$styles = $this->inputStylesRenderer->renderForTextInput($block['styles'] ?? []);
|
||||
$styles = $this->inputStylesRenderer->renderForTextInput($block['styles'] ?? [], $formSettings);
|
||||
|
||||
$html .= $this->rendererHelper->renderLabel($block, $formSettings);
|
||||
|
||||
|
Reference in New Issue
Block a user