ui cosmetic on cards
This commit is contained in:
parent
51e30c1517
commit
108e2f579d
1 changed files with 1 additions and 2 deletions
|
|
@ -130,11 +130,10 @@
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="item.description"
|
|
||||||
class="text-caption text-grey ellipsis-2-lines"
|
class="text-caption text-grey ellipsis-2-lines"
|
||||||
style="min-height: 40px"
|
style="min-height: 40px"
|
||||||
>
|
>
|
||||||
{{ item.description }}
|
<p v-if="item.description">{{ item.description }}</p>
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue