fix:mobile responsive for holdings table
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
|
||||
<div class="mt-6 grid md:grid-cols-7 gap-5">
|
||||
|
||||
<x-ib-card title="{{ __('Holdings') }}" class="md:col-span-4">
|
||||
<x-ib-card title="{{ __('Holdings') }}" class="md:col-span-4 overflow-scroll">
|
||||
|
||||
@if($portfolio->holdings->isEmpty())
|
||||
<div class="flex justify-center items-center h-full pb-10 text-secondary">
|
||||
|
||||
Reference in New Issue
Block a user