long text controlled for document information
This commit is contained in:
parent
6048dc3128
commit
935e1b506e
@ -34,16 +34,14 @@
|
|||||||
</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="w-72 font-medium mr-2 truncate">
|
||||||
<span class="font-medium mr-2">
|
{{ $history->description }}
|
||||||
{{ $history->description }}
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
<span class="flex items-center font-normal">
|
<span class="flex items-center font-normal">
|
||||||
{{ \Date::parse($history->created_at)->diffForHumans() }}
|
{{ \Date::parse($history->created_at)->diffForHumans() }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user