Skip to content

Commit 375615c

Browse files
committed
fix: linebreak tags
1 parent 0c0ea5b commit 375615c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/blog/[slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const { Content } = await post.render()
2424
<span>·</span>
2525
<span>{getReadingTime(post)}</span>
2626
</div>
27-
<div class="flex gap-2 mb-8">
27+
<div class="flex flex-wrap gap-2 mb-8">
2828
{post.data.tags.map(tag => (
2929
<span class="text-xs px-3 py-1 bg-surface-0 text-overlay-1 rounded">
3030
#{tag}

0 commit comments

Comments
 (0)