Skip to content

Commit

Permalink
update image h-full
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Sep 18, 2024
1 parent 81f0779 commit 7671a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pages/table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<img class="bg-cover bg-center" onerror="this.onerror=null; this.src='{{url('placeholder.webp')}}'" src="{{$item['placeholder']}}" />
</div>
@else
<div class="overflow-hidden flex flex-col rounded-t-lg justify-center items-center" style="background-color: {{$item['color']}}; height: 150px;">
<div class="overflow-hidden flex flex-col rounded-t-lg justify-center items-center h-full" style="background-color: {{$item['color']}}; ">
<div>
<x-icon name="{{$item['icon']}}" class="text-white w-12 h-16" />
</div>
Expand Down

0 comments on commit 7671a5a

Please sign in to comment.