From ce1d115ff4ac090c31d761fd01f2ae0b4c7f8501 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 6 Dec 2022 20:13:59 +1100 Subject: [PATCH] Expand document name 20->40 chars --- .../ninja2020/components/livewire/documents-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/portal/ninja2020/components/livewire/documents-table.blade.php b/resources/views/portal/ninja2020/components/livewire/documents-table.blade.php index 5ac0423432ec..f79a5d206773 100644 --- a/resources/views/portal/ninja2020/components/livewire/documents-table.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/documents-table.blade.php @@ -95,7 +95,7 @@ - {{ Illuminate\Support\Str::limit($document->name, 20) }} + {{ Illuminate\Support\Str::limit($document->name, 40) }}