-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
fix(learn): fix horizontal scroll issue on publishing-a-package
#7557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above concern
publishing-a-package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -16,7 +16,7 @@ const LearnLayout: FC<PropsWithChildren> = ({ children }) => ( | |||
<WithProgressionSidebar navKey="learn" /> | |||
|
|||
<div> | |||
<main> | |||
<main className="md:w-[65vw] lg:w-[48vw]"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<main className="md:w-[65vw] lg:w-[48vw]"> | |
<main> |
Remove this class and update css
@Shivpalsingh15 are you still working on this, or should this be closed? |
Stale |
This PR resolves the horizontal scroll issue on the publishing-a-package page.
I add tailwind breakpoints to fix this.