Skip to content

Commit 7665eae

Browse files
committed
fea: Fix horizontal scroll issue on publishing-a-package page (#7491)
1 parent ff68952 commit 7665eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/site/layouts/Learn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const LearnLayout: FC<PropsWithChildren> = ({ children }) => (
1616
<WithProgressionSidebar navKey="learn" />
1717

1818
<div>
19-
<main>
19+
<main className="md:w-[65vw] lg:w-[48vw]">
2020
{children}
2121

2222
<WithSidebarCrossLinks navKey="learn" />

0 commit comments

Comments
 (0)