diff --git a/src/views/Backtesting.vue b/src/views/Backtesting.vue index 57e30e5fdb..cb6391ba82 100644 --- a/src/views/Backtesting.vue +++ b/src/views/Backtesting.vue @@ -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 {