document item description styling.. ( #37h3pmr )

This commit is contained in:
Cüneyt Şentürk 2022-08-04 14:33:34 +03:00
parent c5e9127365
commit 115fe774a2

View File

@ -9,7 +9,7 @@
@if (! $hideDescription)
@if (! empty($item->description))
<span class="small-text">
{!! \Illuminate\Support\Str::limit($item->description, 500) !!}
{!! \Illuminate\Support\Str::limit(nl2br($item->description), 500) !!}
</span>
@endif
@endif