mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
refactor(tool-card): enforce description height
This commit is contained in:
parent
a3b1cb5737
commit
32f87f3fca
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
</n-ellipsis>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue