refactor: add spacing between form fields for customer and login form

staging
abhisheks 2023-12-09 11:19:52 +05:30
parent 3fe21584c7
commit d93203e68a
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
{/block}
<form action="{block name='customer_form_actionurl'}{$action}{/block}" id="customer-form" class="js-customer-form" method="post">
<section class="flex flex-col gap-2">
<section class="flex flex-col gap-3">
{block "form_fields"}
{foreach from=$formFields item="field"}
{block "form_field"}

View File

@ -29,7 +29,7 @@
{/block}
<form id="login-form" action="{block name='login_form_actionurl'}{$action}{/block}" method="post">
<section class="flex flex-col gap-2">
<section class="flex flex-col gap-3">
{block name='login_form_fields'}
{foreach from=$formFields item="field"}
{block name='form_field'}