Commit e157fd26 by Brian Talbot

studio - manual policy editor: policy item spacing and overflow hidden on CodeMirror value fields

parent ef3492aa
......@@ -623,6 +623,15 @@ body.course.settings {
// specific fields - advanced settings
&.advanced-policies {
.field-group {
margin-bottom: ($baseline*1.5);
&:last-child {
border: none;
padding-bottom: 0;
}
}
.course-advanced-policy-list-item {
@include clearfix();
position: relative;
......@@ -704,6 +713,7 @@ body.course.settings {
}
.CodeMirror-scroll {
overflow: hidden;
height: auto;
min-height: ($baseline*1.5);
max-height: ($baseline*10);
......
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