-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 #4781: Fixed Code editor zoom in problem #4921
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4921 +/- ##
========================================
Coverage 44.16% 44.16%
========================================
Files 386 386
Lines 23289 23289
Branches 3789 3789
========================================
Hits 10286 10286
Misses 13003 13003 Continue to review full report at Codecov.
|
@@ -1,4 +1,4 @@ | |||
<div layout="row" layout-align="space-between center" style="background-color: white;"> | |||
<div layout="row" layout-align="space-between center" style="background-color: white; margin-left: 87px"> |
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.
@bansalnitish, Add some comments explaining the 87px. (as done in earlier PR!)
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.
Done!
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.
Thanks @bansalnitish! The correctness footer is misaligned, and the formatting of the tutor card is broken for other screen sizes.
Please fix that for different screen sizes.
Thanks @nithusha21 for the review. I have updated the PR can you PTAL? |
The correctness footer is correctly aligned. But the grey area beside the continue button is present at screen sizes below 950px. Could you take a look at that? |
Just mentioning, I haven't actually tested the original issue. These were things that broke last release while we reverted #4783. |
Hi @nithusha21, |
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.
The behavior LGTM. Thanks @bansalnitish.
Explanation
Fixes #4781
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.