Skip to content

Commit

Permalink
fix: overflow for MarkdownBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Nov 22, 2022
1 parent 8a3f3e8 commit 5bfef01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/content/MarkdownBlock.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- This component is used to show Markdown code block examples -->
<template>
<pre><ContentSlot :use="$slots.default" unwrap="p" /></pre>
<pre class="max-w-full overflow-x-auto"><ContentSlot :use="$slots.default" unwrap="p" /></pre>
</template>

1 comment on commit 5bfef01

@vercel
Copy link

@vercel vercel bot commented on 5bfef01 Nov 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.