Fix some minor CSS issues.

This commit is contained in:
Murtuza Zabuawala
2018-11-27 10:57:30 +00:00
committed by Dave Page
parent 63f7fbcf7d
commit c79ac2f8d2
3 changed files with 16 additions and 2 deletions

View File

@@ -94,11 +94,11 @@
/** Custom styling for Codemirror field **/
.wizard-right-panel_content {
border: 1px solide #ccc;
border: 1px $color-gray-light;
}
.wizard-right-panel_content .CodeMirror {
border: 1px solid #ccc;
border: 1px solid $color-gray-light;
height: 285px !important;
min-height: 285px !important;
}