Merge pull request #2821 from brkcvn/master

Head of table styling for Bill Create/Edit
This commit is contained in:
Burak Civan 2022-12-14 17:32:46 +03:00 committed by GitHub
commit b1ad72a8c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
<thead class="border-b"> <thead class="border-b">
<tr> <tr>
@stack('move_th_start') @stack('move_th_start')
<th class="text-left border-t-0 border-r-0 border-b-0" style="vertical-align:bottom;"> <th class="w-6 block text-left border-t-0 border-r-0 border-b-0" style="vertical-align:bottom;">
@if (! $hideEditItemColumns) @if (! $hideEditItemColumns)
<x-documents.form.item-columns :type="$type" /> <x-documents.form.item-columns :type="$type" />
@endif @endif