ui fix
This commit is contained in:
parent
44a164fdf3
commit
3ebd44678a
@ -175,7 +175,11 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if topHoldingList?.length !== 0}
|
{#if topHoldingList?.length !== 0}
|
||||||
<div class="space-y-3 pt-5 {topHoldingList?.length !== 0 ? '' : 'hidden'}">
|
<div
|
||||||
|
class="space-y-3 pt-8 sm:pt-5 {topHoldingList?.length !== 0
|
||||||
|
? ''
|
||||||
|
: 'hidden'}"
|
||||||
|
>
|
||||||
<div class="h-auto w-full">
|
<div class="h-auto w-full">
|
||||||
<!--Start Content-->
|
<!--Start Content-->
|
||||||
<div class="w-auto lg:w-full flex flex-col m-auto">
|
<div class="w-auto lg:w-full flex flex-col m-auto">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user