We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2450c31 commit 8ec3e37Copy full SHA for 8ec3e37
resources/views/listing/partials/item.blade.php
@@ -14,7 +14,9 @@ class="mb-3 h-48 w-full rounded-t object-contain"
14
/>
15
<x-rapidez::no-image v-else class="mb-3 h-48 rounded-t" />
16
<div>
17
- <x-rapidez::highlight attribute="name" class="text-base font-medium hover:underline decoration-2 "/>
+ <div class="h-5 mb-2">
18
+ <x-rapidez::highlight attribute="name" class="text-base font-medium line-clamp-1 hover:underline decoration-2"/>
19
+ </div>
20
@if (App::providerIsLoaded('Rapidez\Reviews\ReviewsServiceProvider'))
21
<x-dynamic-component component="rapidez-reviews::stars" v-if="item.reviews_count" count="item.reviews_count" score="item.reviews_score" />
22
@endif
0 commit comments