aboutsummaryrefslogtreecommitdiff
path: root/src/components/ColoredCard.vue
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2023-04-15 02:10:28 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2023-04-15 21:47:00 +0200
commit0fd99deca954385091b2528ae478d121efdcfa0e (patch)
tree7f538c61a683c5b81b331249e14546f607523478 /src/components/ColoredCard.vue
parentf7a1383da52bce77a3dfd2764f452edc929779cc (diff)
downloadit-tools-ssg.tar.gz
it-tools-ssg.tar.zst
it-tools-ssg.zip
wipssg
Diffstat (limited to 'src/components/ColoredCard.vue')
-rw-r--r--src/components/ColoredCard.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ColoredCard.vue b/src/components/ColoredCard.vue
index eb29e40..5c97e22 100644
--- a/src/components/ColoredCard.vue
+++ b/src/components/ColoredCard.vue
@@ -6,12 +6,12 @@
<n-h3 class="title">
<n-ellipsis>{{ title }}</n-ellipsis>
</n-h3>
-
+ <!--
<div class="description">
<n-ellipsis :line-clamp="2" :tooltip="false">
<slot />
</n-ellipsis>
- </div>
+ </div> -->
</n-card>
</template>