forked from brooksbingham/theme-elegance
fix: radio buttons on forms are now aligned to the left
This commit is contained in:
parent
6ca1e490f8
commit
55a6da8492
@ -36,7 +36,7 @@
|
||||
{$field.label}
|
||||
{/if}
|
||||
</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'}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user