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

Commit

Permalink
style: Fix tree lines for grouped txs (#4028)
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan authored Jul 21, 2022
1 parent 59e39ec commit 4dce876
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/safe/components/Transactions/TxList/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ export const GroupedTransactions = styled(StyledTransaction)`
// builds the tree-view layout
.tree-lines {
height: 100%;
margin-left: 30px;
height: auto;
margin: 0 0 0 30px;
position: relative;
width: 30%;
Expand All @@ -259,7 +259,7 @@ export const GroupedTransactions = styled(StyledTransaction)`
content: '';
height: 22px;
position: absolute;
top: 8px;
top: 18px;
width: 100%;
}
}
Expand All @@ -274,7 +274,7 @@ export const GroupedTransactions = styled(StyledTransaction)`
border-left: 2px solid ${({ theme }) => theme.colors.separator};
content: '';
height: 100%;
margin-top: 14px;
margin-top: 26px;
position: absolute;
width: 100%;
}
Expand Down

0 comments on commit 4dce876

Please sign in to comment.