Skip to content

Commit

Permalink
#723 orderbook chart layout
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-vslvn committed Jul 6, 2021
1 parent 0ffb783 commit ab14aa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/auction/AuctionBody/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const Grid = styled.div`
display: grid;
grid-template-columns: 1fr;
row-gap: 20px;
margin: 0 0 40px;
@media (min-width: ${({ theme }) => theme.themeBreakPoints.xxl}) {
column-gap: 18px;
Expand All @@ -27,6 +26,7 @@ const GridCol = styled.div`
flex-direction: column;
max-width: 100%;
justify-content: flex-end;
margin: 0 0 40px;
@media (max-width: ${({ theme }) => theme.themeBreakPoints.xxl}) {
overflow-x: auto;
}
Expand Down
1 change: 0 additions & 1 deletion src/components/auction/OrderbookChart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const Wrapper = styled.div`
flex-shrink: 0;
height: 340px;
justify-content: center;
height: 100%;
max-height: 340px;
position: relative;
width: 100%;
Expand Down

0 comments on commit ab14aa7

Please sign in to comment.