aboutsummaryrefslogtreecommitdiff
path: root/src/components/ToolCard.vue
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2023-02-10 22:13:08 +0100
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2023-02-10 22:20:50 +0100
commit32f87f3fca3f556a7c0840cfe0e8a81e9c5d9347 (patch)
tree5ad95ba8c17eb0a4dfc05af87fb0cdea8560e17c /src/components/ToolCard.vue
parenta3b1cb57378370742adb5cb1d24eb2c6c37205c7 (diff)
downloadit-tools-32f87f3fca3f556a7c0840cfe0e8a81e9c5d9347.tar.gz
it-tools-32f87f3fca3f556a7c0840cfe0e8a81e9c5d9347.tar.zst
it-tools-32f87f3fca3f556a7c0840cfe0e8a81e9c5d9347.zip
refactor(tool-card): enforce description height
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>