Skip to content

Commit

Permalink
Merge pull request #1471 from KyberNetwork/increase-chart-height
Browse files Browse the repository at this point in the history
Increase LO chart height
  • Loading branch information
andrewsource147 authored Mar 5, 2020
2 parents ce0a6c1 + d865f83 commit c171163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/css/components/_trading-view.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.trading-view {
height: 380px;
height: 420px;

&__header {
display: flex;
justify-content: space-between;
padding: 20px 15px;
padding: 20px 15px 5px;

&-pair {
font-size: 14px;
Expand Down

0 comments on commit c171163

Please sign in to comment.