From b6ebb0ebcfae3bd3c8d19ea109857761e2748be5 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 20 Sep 2023 12:58:37 +1000 Subject: [PATCH] Fixes for document length display in client portal --- .../ninja2020/components/livewire/documents-table.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 f79a5d2067..4f7d153760 100644 --- a/resources/views/portal/ninja2020/components/livewire/documents-table.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/documents-table.blade.php @@ -94,8 +94,8 @@ - - {{ Illuminate\Support\Str::limit($document->name, 40) }} + + {{ $document->name }}