Skip to content
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

Merged
merged 4 commits into from
May 15, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added comment for 87px
  • Loading branch information
bansalnitish committed May 13, 2018
commit 215f7dab8ca51df069e21d67b7654e9c29ad206b
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
progress-nav .progress-nav-bar {
background-color: white;
margin-left: 87px;
/*
/*
87px is used to move the opppia avatar inside the conversation-skin-tutor-card div (so that it does not goes out of screen during zoom in).
*/
}
Expand Down