1👍
✅
I’m not entirely sure about what you mean, but is this something:
<v-layout row justify-center align-center>
<div>{{this.dashBoardData.closedTicketsCount}}</div>
<div style="font-size: 20px;">Closed</div>
</v-layout>
Then the this.dashBoardData.closedTicketsCount is aligned to the text.
Source:stackexchange.com