forked from brooksbingham/theme-elegance
fix: radio buttons on forms are now aligned to the left
parent
6ca1e490f8
commit
55a6da8492
|
@ -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'}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue