mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 06:16:56 +02:00
Fix small UI issue in the editor with codemirror.lineNumbers && codemirror.styleActiveLine enabled
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
1. [](#improved)
|
||||
* More robust styling of admin themes page [#1067](https://github.com/getgrav/grav-plugin-admin/pull/1067)
|
||||
* Fix fullscreen editor height [#1065](https://github.com/getgrav/grav-plugin-admin/pull/1065)
|
||||
* Fix small UI issue in the editor with `codemirror.lineNumbers` && `codemirror.styleActiveLine` enabled
|
||||
|
||||
# v1.3.3
|
||||
## 04/12/2017
|
||||
|
||||
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
@@ -21,6 +21,9 @@
|
||||
background: Highlight;
|
||||
}
|
||||
|
||||
.CodeMirror-gutters {
|
||||
height: 100%!important;
|
||||
}
|
||||
}
|
||||
|
||||
.grav-editor-fullscreen {
|
||||
|
||||
Reference in New Issue
Block a user