-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Aligned text in feature list for mobiles #5660
Conversation
Signed-off-by: Harsh-svg988 <[email protected]>
🚀 Preview for commit 3fa1117 at: https://668d8a94d87737d0a9e5297a--layer5.netlify.app |
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.
LGTM. Thanks for the changes and the fix and please avoid making any additional modifications..
@@ -50,7 +50,7 @@ const FeatureDetails = (props) => { | |||
|
|||
return ( | |||
<FeatureDetailsWrapper> | |||
<div onClick={function () { | |||
<div onClick={function () { |
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.
Please do not change anything else in the code. Specifically, avoid making whitespace changes or other lint-related modifications.
@@ -25,7 +25,7 @@ export const details = [ | |||
enterprise: <GiCheckMark className="yes-icon" />, | |||
}, | |||
{ | |||
feature: "Configurable OAuth callbacks", | |||
feature: "Configurable OAuth callbacks ", |
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.
Please do not change anything else in the code. Specifically, avoid making whitespace changes or other lint-related modifications.
🚀 Preview for commit f8ff2b4 at: https://668e7cd74e75530cf9954be1--layer5.netlify.app |
🚀 Preview for commit ad3c7da at: https://668ed2d9330b7a3493169d8d--layer5.netlify.app |
@Harsh-svg988 Ain't you creating new branches for new changes? |
@Harsh-svg988 Also, please do mention the issue in PR!! So, that it may link with that only! |
Description
This PR fixes #5651
Notes for Reviewers
I Made the content mobile friendly by applying some css . After two lines it was misaligning which is now fixed and increases overall experience to user
Signed commits