-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
fix help&support page responsiveniss solves issue #7268 #10266
base: main
Are you sure you want to change the base?
fix help&support page responsiveniss solves issue #7268 #10266
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.
Hi @MarwanBz, thanks for your contribution! Some feedback below.
width={['100%', '568px','750px', '864px', null, null, '1020px']} | ||
gridTemplateColumns={[null, 'repeat(2, 288px)', 'repeat(2, 300px)','repeat(3, 272px)', null, `repeat(3, 320px)`]} |
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.
We only support 4 breakpoints. So only the 4 first values will be considered. The 1020px
in there was already unnecessary, but with the addition of 750px
we're not considering null
anymore, which disabled the fixed width and is likely the root cause for the missing gap reported above.
thanks for the feedback @Betree! |
Any updates on this one? |
Resolve [https://github.com/opencollective/opencollective/issues/7268]
Description
this fixes the raised issue about the responsiveness help&support page on approximately 850px or less devices
Screenshots