fix: label wrap
This commit is contained in:
parent
f381f7e1f1
commit
634220bd24
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ const color = ['pink', 'purple'];
|
||||||
></path>
|
></path>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
<div class="column justify-around stat-card-content">
|
<div class="stat-card-content">
|
||||||
<div class="col-4 text-h5 text-weight-bold">{{ v.amount }}</div>
|
<div class="text-h5 text-weight-bold">{{ v.amount }}</div>
|
||||||
<div class="text-weight-bold">{{ $t(v.label) }}</div>
|
<div class="text-weight-bold">{{ $t(v.label) }}</div>
|
||||||
</div>
|
</div>
|
||||||
</AppBox>
|
</AppBox>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue