Merge pull request #2584 from brkcvn/master
Added spacing for invoice columns
This commit is contained in:
commit
3e76375f26
@ -84,7 +84,7 @@
|
|||||||
</x-slot>
|
</x-slot>
|
||||||
|
|
||||||
<x-slot name="body">
|
<x-slot name="body">
|
||||||
<div class="grid col-span-6 grid-rows-3">
|
<div class="grid col-span-6 gap-y-6 grid-rows-3">
|
||||||
<x-form.group.invoice-text
|
<x-form.group.invoice-text
|
||||||
name="item_name"
|
name="item_name"
|
||||||
label="{{ trans('settings.invoice.item_name') }}"
|
label="{{ trans('settings.invoice.item_name') }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user