mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
refactor(tool-card): enforce description height
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
<div class="description">
|
<div class="description">
|
||||||
<n-ellipsis :line-clamp="2" :tooltip="false">
|
<n-ellipsis :line-clamp="2" :tooltip="false">
|
||||||
{{ tool.description }}
|
{{ tool.description }}
|
||||||
|
<br />
|
||||||
</n-ellipsis>
|
</n-ellipsis>
|
||||||
</div>
|
</div>
|
||||||
</n-card>
|
</n-card>
|
||||||
|
|||||||
Reference in New Issue
Block a user