Skip to content

Commit

Permalink
fix tailwindcss/typography class
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Feb 2, 2025
1 parent 72ddfa2 commit 73365c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/blog/.vitepress/theme/components/VPPost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const { page, frontmatter } = useData()
</li>
</ul>
<Content
class="VPPost__content vp-doc prose dark:prose-invert hover:prose-a:decoration-dotted prose-a:break-all mt-8 max-w-full flex-grow"
class="VPPost__content vp-doc prose dark:prose-invert prose-a:break-all prose-a:hover:decoration-dotted mt-8 max-w-full flex-grow"
/>
<hr class="mt-12 w-2/4" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/blog/.vitepress/theme/components/VPScrap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const bodies = computed(() => [scrap.value, ...scrap.value.comments])
<article :id="item.id" class="relative mx-8 my-3 flex flex-col">
<!-- eslint-disable vue/no-v-html -->
<div
class="VPPost__content vp-doc prose dark:prose-invert hover:prose-a:decoration-dotted prose-a:break-all mt-4 max-w-full flex-grow"
class="VPPost__content vp-doc prose dark:prose-invert prose-a:hover:decoration-dotted prose-a:break-all mt-4 max-w-full flex-grow"
v-html="item.body"
/>
<!-- eslint-enable vue/no-v-html -->
Expand Down

0 comments on commit 73365c9

Please sign in to comment.