Skip to content

Commit

Permalink
fix(ExchangeOrderHistory): margin-bottom fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Jan 26, 2020
1 parent 9687bee commit 04fdd1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const LazyLoadWrapper = styled(LazyLoadContainer)`
`
const Container = styled.div`
width: 100%;
& :first-child {
&:first-child {
margin-bottom: 20px;
}
`
Expand Down

0 comments on commit 04fdd1b

Please sign in to comment.