fix: radio buttons on forms are now aligned to the left

staging
abhisheks 2023-12-09 11:21:01 +05:30
parent 6ca1e490f8
commit 55a6da8492
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
{$field.label} {$field.label}
{/if} {/if}
</label> </label>
<div class="flex flex-col {if ($field.type === 'radio-buttons')} items-center{/if}"> <div class="flex gap-1 {if ($field.type === 'radio-buttons')}flex gap-2 items-center{else}flex-col{/if}">
{if $field.type === 'select'} {if $field.type === 'select'}