Skip to content

Commit

Permalink
fix: remove content doc max width (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban authored Nov 30, 2023
1 parent 9237339 commit eee3a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PanelDocs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div i-ph-book-duotone />
<span text-sm>Guide</span>
</div>
<article class="prose" of-auto p6>
<article class="max-w-none prose" of-auto p6>
<ContentDoc />
</article>
</div>
Expand Down

0 comments on commit eee3a82

Please sign in to comment.