Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
style: Adjust gap between pendings txs on dashboard widget (#3837)
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan authored May 2, 2022
1 parent b655eac commit 83276a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Dashboard/PendingTxs/PendingTxsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 83276a7

Please sign in to comment.