Fixed codemirror padding

This commit is contained in:
Djamil Legato
2016-03-03 11:26:13 -08:00
parent c9e6d6c82e
commit b63ea40118
3 changed files with 10 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -111,15 +111,14 @@
cursor: text;
}
/*.grav-editor-content {
!*.CodeMirror {
padding: 10px 20px 20px 20px;
}*!
!*.CodeMirror-scroll {
padding-top: 5px;
padding-bottom: 10px;
}*!
}*/
.grav-editor-content {
.CodeMirror-code > .CodeMirror-line {
padding: 0 15px;
}
.CodeMirror-lines { padding: 10px 0; }
}
.grav-editor-preview {
padding: 20px;