1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Fixes for document length display in client portal

This commit is contained in:
David Bomba 2023-09-20 12:58:37 +10:00
parent 701295af34
commit b6ebb0ebcf

View File

@ -94,8 +94,8 @@
<td class="px-6 py-4 whitespace-nowrap text-sm leading-5 text-gray-500">
<input type="checkbox" class="form-checkbox cursor-pointer" onchange="appendToElement('multiple-downloads', '{{ $document->hashed_id }}')" />
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm leading-5 text-gray-500">
{{ Illuminate\Support\Str::limit($document->name, 40) }}
<td class="px-6 py-4 whitespace-nowrap text-sm leading-5 text-gray-500 truncate">
{{ $document->name }}
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm leading-5 text-gray-500">