Skip to content

Commit

Permalink
fix(transaction): no margin left if on the mobile device
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl-L committed Nov 13, 2023
1 parent 6490545 commit 3cf176a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/Transaction/TransactionComp/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ export const TransactionInfoContentContainer = styled.div`
export const TransactionInfoContentTag = styled.div`
margin-left: 10px;
margin-top: 3px;
@media (max-width: 1150px) {
margin-left: 0;
}
`

export const TransactionInfoContentItem = styled.div`
Expand Down

0 comments on commit 3cf176a

Please sign in to comment.