-
-
Notifications
You must be signed in to change notification settings - Fork 186
Fixes Improper padding in "Confused? Need Help?" modals #464 #465
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
|
@shuence Can you add screenshots of the same in desktop view? |
possumbilities
left a comment
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.
Well done, but I don't think the font-size needs to be reduced to accomplish this. I think the padding increase is enough. Please double check and consider removing the 15px font-size setting.
Thanks so much for the contribution! ❤️
There is no change in desktop view as i only changed the media query |
Actually When changed padding This link get bigger and pushes the container to scroll rightwords. |
Play with overflow-x values and/or set the max-width of the text container the same as the modal width. |
soustab10
left a comment
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.
Use overflow-x properties and set the max width of the text div same as the modal. Do not change font-size as it not required.
I made the necessary changes as per your review |
Yes, I meant adding it at all, even for the media query. For the long links going outside the modal I'd suggest trying an approach like this: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ |
That's a different issue #463 Someone is working on it I think for this PR fixes #465 properly. I checked that the link seems fine on 99% of the mobile devices without any change |



Fixes
Fixes #464 by @soustab10
Description
Fixed the Improper padding by changing padding in media queries.
Screenshots
Problem:
Solution:
Checklist
Update index.md).mainormaster).visible errors.
Developer Certificate of Origin
For the purposes of this DCO, "license" is equivalent to "license or public domain dedication," and "open source license" is equivalent to "open content license or public domain dedication."
Developer Certificate of Origin