From 7547d850cc7c7fb3cd1fd4629f9722c776e388a9 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Fri, 5 Jan 2024 11:39:11 +0530 Subject: [PATCH] refactor: add padding for select input type --- templates/_partials/form-fields.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/_partials/form-fields.tpl b/templates/_partials/form-fields.tpl index 781646a..396746a 100644 --- a/templates/_partials/form-fields.tpl +++ b/templates/_partials/form-fields.tpl @@ -41,7 +41,7 @@ {if $field.type === 'select'} {block name='form_field_item_select'} - {foreach from=$field.availableValues item="label" key="value"} @@ -53,7 +53,7 @@ {block name='form_field_item_country'}