Skip to content

Commit

Permalink
Add missing changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Jun 6, 2024
1 parent bb5842d commit c110040
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brave-fans-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'fumadocs-ui': patch
---

Fix problems with twoslash codeblocks
2 changes: 1 addition & 1 deletion packages/ui/src/components/layout/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function Sidebar({
aside?.className,
)}
>
<div className="flex flex-col gap-2 border-b p-2 md:p-3 md:pt-10">
<div className="flex flex-col gap-2 border-b px-4 py-2 md:p-3 md:pt-10">
{banner}
<LargeSearchToggle className="rounded-lg max-md:hidden" />
</div>
Expand Down

0 comments on commit c110040

Please sign in to comment.