From ecf40dd35bd99e5b26decbc61af14646422cc9c9 Mon Sep 17 00:00:00 2001 From: Usame Algan Date: Thu, 28 Apr 2022 15:53:38 +0200 Subject: [PATCH] style: Adjust gap between pendings txs on dashboard widget --- src/components/Dashboard/PendingTxs/PendingTxsList.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Dashboard/PendingTxs/PendingTxsList.tsx b/src/components/Dashboard/PendingTxs/PendingTxsList.tsx index 47ccd40978..768b295b9a 100644 --- a/src/components/Dashboard/PendingTxs/PendingTxsList.tsx +++ b/src/components/Dashboard/PendingTxs/PendingTxsList.tsx @@ -27,10 +27,8 @@ const SkeletonWrapper = styled.div` const StyledList = styled.div` display: flex; flex-direction: column; - justify-content: space-between; - gap: 12px; + gap: 15px; width: 100%; - height: 100%; ` const StyledWidgetTitle = styled.div`