long text controlled for document information

This commit is contained in:
Burak Civan 2022-06-07 17:27:40 +03:00
parent 6048dc3128
commit 935e1b506e

View File

@ -34,9 +34,8 @@
</div> </div>
<div class="flex flex-col"> <div class="flex flex-col">
<div class="flex items-center">
@php $history = $document->last_history; @endphp @php $history = $document->last_history; @endphp
<span class="font-medium mr-2"> <span class="w-72 font-medium mr-2 truncate">
{{ $history->description }} {{ $history->description }}
</span> </span>
@ -44,7 +43,6 @@
{{ \Date::parse($history->created_at)->diffForHumans() }} {{ \Date::parse($history->created_at)->diffForHumans() }}
</span> </span>
</div> </div>
</div>
</li> </li>
@if ($document->items->count()) @if ($document->items->count())