Fix: mobile responsive with table

This commit is contained in:
hackerESQ
2025-09-28 19:54:49 -05:00
parent 892d5a30e0
commit 8908e2da02
3 changed files with 6 additions and 6 deletions
@@ -20,7 +20,7 @@ new class extends Component
<div>
@foreach ($holding->dividends->take(5) as $dividend)
<x-ui.list-item :item="$dividend" no-separator>
<x-ui.list-item :item="$dividend" no-separator no-hover>
<x-slot:value>
@php