Skip to content

Commit

Permalink
fix: make break words work (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw authored Jan 31, 2025
1 parent 95d7221 commit 79fceb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Blog/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defineProps<{
</AppLink>
</template>
<article>
<AppLink :href="item.link">
<AppLink :href="item.link" style="display:block">
<div class="flex flex-col gap-2">
<Heading type="h5" class="font-medium">
{{ item.title }}
Expand Down

0 comments on commit 79fceb3

Please sign in to comment.