aboutsummaryrefslogtreecommitdiff
path: root/src/components/ToolCard.vue
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/components/ToolCard.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ToolCard.vue b/src/components/ToolCard.vue
index 347ce20..d8a0910 100644
--- a/src/components/ToolCard.vue
+++ b/src/components/ToolCard.vue
@@ -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>