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`