Skip to content

Commit

Permalink
Improve padding for history loader
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Aug 16, 2023
1 parent a5062aa commit 7fec7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ftbot/BacktestHistoryLoad.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<b-list-group-item
v-for="(res, idx) in botStore.activeBot.backtestHistoryList"
:key="idx"
class="d-flex justify-content-between align-items-center py-1"
class="d-flex justify-content-between align-items-center py-1 pe-2"
button
:disabled="res.run_id in botStore.activeBot.backtestHistory"
@click="botStore.activeBot.getBacktestHistoryResult(res)"
Expand Down

0 comments on commit 7fec7c8

Please sign in to comment.