-
Notifications
You must be signed in to change notification settings - Fork 36
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
DOP-5242 🐛 fixes the issue of the tab selector now rendering on mobile view #1332
Conversation
✅ Deploy Preview for docs-frontend-stg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for docs-frontend-dotcomstg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Change lgtm! i think we forgot to add this property when allowing tabs to be directly in content
Would verify with design team for mobile/tablet views:
netlify.toml
Outdated
@@ -6,7 +6,7 @@ publish = "public" | |||
command = ". ./build.sh $REPO_NAME $PARSER_VERSION" | |||
|
|||
[build.environment] | |||
ORG_NAME = "mongodb" | |||
REPO_NAME = "docs-landing" | |||
ORG_NAME = "10gen" |
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.
do we still need this change? seems like it was used for staging
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.
Same exact comments as Seung! The netlify.toml and checking about spacing with design team for that medium screen.
@seungpark @mmeigs good catch. |
…elector for tablet and mobile
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.
looks good stacked! left a minor comment below
…states, and fixes horizontal scrollbar issue
Stories/Links:
DOP-5242
Current Behavior:
Docs Altas Prerequisites
Staging Links:
Put a link to your staging environment(s), if applicable
Notes:
This PR fixes the issue of the tab selector not rendering in the mobile view.
README updates