Merge pull request #3150 from edx/waheed/stud1483-cannot-handle-more-than-9-lines-advanced-settings

Fixed studio can't handle more than 9 lines in advanced settings.
This commit is contained in:
zubair-arbi
2014-04-03 18:42:39 +05:00

View File

@@ -833,7 +833,6 @@
outline: 0;
height: auto;
min-height: ($baseline*2.25);
max-height: ($baseline*10);
&.CodeMirror-focused {
@include linear-gradient($paleYellow, tint($paleYellow, 90%));