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