Merge pull request #2930 from mervekaraman/master
Toggles is not align in the settings invoice page
This commit is contained in:
commit
358272c0ba
@ -128,9 +128,11 @@
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="flex gap-10">
|
||||
<x-form.group.toggle name="hide_item_description" label="{{ trans('settings.invoice.hide.item_description') }}" :value="setting('invoice.hide_item_description')" not-required form-group-class="sm:col-span-6" />
|
||||
|
||||
<x-form.group.toggle name="hide_amount" label="{{ trans('settings.invoice.hide.amount') }}" :value="setting('invoice.hide_amount')" not-required form-group-class="sm:col-span-6" />
|
||||
</div>
|
||||
</x-slot>
|
||||
</x-form.section>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user