Fix margin issue

This commit is contained in:
Matthias 2021-12-30 09:16:54 +01:00
parent 4c4ee4a6c4
commit ac948fccee

View File

@ -1,5 +1,5 @@
<template>
<div class="h-100 overflow-auto w-100 m-1">
<div class="h-100 overflow-auto w-100 p-1">
<b-list-group>
<b-list-group-item
v-for="trade in filteredTrades"