refactor(tool-card): enforce description height

This commit is contained in:
Corentin Thomasset 2023-02-10 22:13:08 +01:00
parent a3b1cb5737
commit 32f87f3fca
No known key found for this signature in database
GPG Key ID: DBD997E935996158

View File

@ -24,7 +24,7 @@
</n-h3>
<div class="description">
<n-ellipsis :line-clamp="2" :tooltip="false">
<n-ellipsis :line-clamp="2" :tooltip="false" style="min-height: 44.78px">
{{ tool.description }}
<br />&nbsp;
</n-ellipsis>