Improve profit symbol visual

This commit is contained in:
Matthias 2021-12-23 06:42:24 +01:00
parent 922cea51c3
commit a0f6cba2f4
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="h-100 d-inline-block">
<div class="d-inline-block">
<div :class="isProfitable ? 'triangle-up' : 'triangle-down'"></div>
</div>
</template>

View File

@ -19,7 +19,7 @@ export default Vue.extend({
},
classLabel: {
type: String,
default: 'col-4 font-weight-bold',
default: 'col-4 font-weight-bold mb-0',
},
classValue: {
type: String,