mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-14 00:31:46 +02:00
Fixed codemirror padding
This commit is contained in:
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user