studio - fixing padding of codeMirror fields to match height of others given new line height

This commit is contained in:
Brian Talbot
2013-02-27 13:03:36 -05:00
parent 45520fe124
commit 524f48b68e

View File

@@ -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: 1px 8px;
border: 1px solid $mediumGrey;
border-radius: 2px;
background-color: $lightGrey;