Skip to content

Commit

Permalink
Fix backtesting chart height
Browse files Browse the repository at this point in the history
closes #879
  • Loading branch information
xmatthias committed Jul 30, 2022
1 parent 20d3b80 commit 43244d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Backtesting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,11 @@ export default defineComponent({
}
.cum-profit {
height: 350px;
height: 350px !important;
max-height: 350px;
}
.trades-log {
height: 350px;
height: 350px !important;
max-height: 350px;
}
.bt-running-label {
Expand Down

0 comments on commit 43244d3

Please sign in to comment.