mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-12 16:26:07 +01:00
Fixed padding again
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
@@ -113,11 +113,18 @@
|
|||||||
|
|
||||||
.grav-editor-content {
|
.grav-editor-content {
|
||||||
|
|
||||||
.CodeMirror-code > .CodeMirror-line {
|
/* PADDING */
|
||||||
padding: 0 15px;
|
.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 {
|
.grav-editor-preview {
|
||||||
|
|||||||
Reference in New Issue
Block a user