Skip to content

Commit 16f97b0

Browse files
author
Tu Nguyen
committed
Remove space between textarea field in contact form
1 parent 849b6f0 commit 16f97b0

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Contact/view/frontend/templates

1 file changed

+2
-2
lines changed

app/code/Magento/Contact/view/frontend/templates/form.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ $viewModel = $block->getViewModel();
6969
class="input-text"
7070
cols="5"
7171
rows="3"
72-
data-validate="{required:true}"><?= $block->escapeHtml($viewModel->getUserComment()) ?>
73-
</textarea>
72+
data-validate="{required:true}"
73+
><?= $block->escapeHtml($viewModel->getUserComment()) ?></textarea>
7474
</div>
7575
</div>
7676
<?= $block->getChildHtml('form.additional.info') ?>

0 commit comments

Comments
 (0)