Fixed padding again

This commit is contained in:
Djamil Legato
2016-03-03 11:41:16 -08:00
parent b63ea40118
commit 54f6b51d61
3 changed files with 12 additions and 5 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

@@ -113,11 +113,18 @@
.grav-editor-content {
.CodeMirror-code > .CodeMirror-line {
padding: 0 15px;
/* PADDING */
.CodeMirror-lines {
padding: 10px 0; /* Vertical padding around content */
}
.CodeMirror-lines { padding: 10px 0; }
.CodeMirror pre {
padding: 0 15px; /* Horizontal padding of content */
}
.CodeMirror .CodeMirror-code > div pre {
padding: 0 4px; /* Horizontal padding of content with gutter / linenumbers */
}
}
.grav-editor-preview {