refactor(tool-card): enforce description height

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

View File

@ -26,6 +26,7 @@
<div class="description">
<n-ellipsis :line-clamp="2" :tooltip="false">
{{ tool.description }}
<br />&nbsp;
</n-ellipsis>
</div>
</n-card>