Improve padding for history loader

This commit is contained in:
Matthias 2023-08-16 11:59:16 +02:00
parent a5062aac5b
commit 7fec7c803b

View File

@ -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)"