Expand document name 20->40 chars
This commit is contained in:
parent
27887b2b62
commit
ce1d115ff4
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@
|
|||
<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, 20) }}
|
||||
{{ Illuminate\Support\Str::limit($document->name, 40) }}
|
||||
</td>
|
||||
|
||||
<td class="px-6 py-4 whitespace-nowrap text-sm leading-5 text-gray-500">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue