change margin bottom from decay icon

This commit is contained in:
ogerly 2021-08-12 12:28:30 +02:00
parent e7967fe146
commit 8e7ccf973f

View File

@ -51,7 +51,7 @@
<!-- Decay --> <!-- Decay -->
<b-row v-if="decay"> <b-row v-if="decay">
<div class="col-5 text-right"> <div class="col-5 text-right">
<b-icon v-if="type != 'decay'" icon="droplet-half" height="15" class="mb-3" /> <b-icon v-if="type != 'decay'" icon="droplet-half" height="15" class="mb-1" />
</div> </div>
<div class="col-7 gdd-transaction-list-item-decay"> <div class="col-7 gdd-transaction-list-item-decay">
<decay-information v-if="decay" decaytyp="short" :decay="decay" /> <decay-information v-if="decay" decaytyp="short" :decay="decay" />