Skip to content

Commit 2440d1a

Browse files
committed
fix: remove fixed height from description paragraph in ProjectCard component
1 parent 6975730 commit 2440d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<!-- Content -->
2929
<div class="flex-1">
30-
<p class="text-text2 mb-3 h-14 overflow-hidden text-sm leading-relaxed">
30+
<p class="text-text2 mb-3 overflow-hidden text-sm leading-relaxed">
3131
{{ description }}
3232
</p>
3333

0 commit comments

Comments
 (0)