From 55a6da8492d2a83c6f7243b79b87abf7f2974d6a Mon Sep 17 00:00:00 2001 From: abhisheks Date: Sat, 9 Dec 2023 11:21:01 +0530 Subject: [PATCH] fix: radio buttons on forms are now aligned to the left --- templates/_partials/form-fields.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_partials/form-fields.tpl b/templates/_partials/form-fields.tpl index acaf6ee..781646a 100644 --- a/templates/_partials/form-fields.tpl +++ b/templates/_partials/form-fields.tpl @@ -36,7 +36,7 @@ {$field.label} {/if} -
+
{if $field.type === 'select'}