Merge pull request #3021 from mervekaraman/master

Apps content is overflowing
This commit is contained in:
Cüneyt Şentürk
2023-08-14 13:08:30 +03:00
committed by GitHub

View File

@@ -44,7 +44,7 @@
{!! $item->name !!} {!! $item->name !!}
</h6> </h6>
<div class="line-clamp-2 h-12 overflow-hidden"> <div class="h-12 overflow-hidden">
<p class="font-thin text-xs text-left"> <p class="font-thin text-xs text-left">
{!! $item->description !!} {!! $item->description !!}
</p> </p>