Skip to content

Commit 0cea2e9

Browse files
add a lineclamp in case of description
1 parent 532fa2f commit 0cea2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/OgImage/Default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ defineProps<OgProps>();
8989
</h1>
9090
</div>
9191
<div v-if="publishedAt" class="flex">
92-
<div class="text-xl text-slate-500">
92+
<div class="text-xl text-slate-500 line-clamp-2">
9393
{{ publishedAt }}
9494
</div>
9595
</div>

0 commit comments

Comments
 (0)