Skip to content

Commit

Permalink
fix(price-chart): add max width to chart
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 16, 2022
1 parent 119d2d3 commit 9d19408
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const NoResultsWrapper = styled.div`

export const TableBodyWrapper = styled.div`
height: calc(100% - 52px);
max-width: 100%;
`

const options = {
Expand Down

0 comments on commit 9d19408

Please sign in to comment.