Commit 1ed27209 by Christina Roberts

Merge pull request #1560 from MITx/bug/btalbot/studio-codemirrorlineheight

studio - CodeMirror lines + cursor bug
parents 2ca303c9 73ae8189
......@@ -699,7 +699,7 @@ body.course.settings {
@include box-sizing(border-box);
@include box-shadow(0 1px 2px rgba(0, 0, 0, .1) inset);
@include linear-gradient($lightGrey, tint($lightGrey, 90%));
padding: 6px 8px;
padding: 5px 8px;
border: 1px solid $mediumGrey;
border-radius: 2px;
background-color: $lightGrey;
......@@ -727,7 +727,7 @@ body.course.settings {
}
pre {
margin-bottom: ($baseline/4);
line-height: 2.0rem;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment