Fix small UI issue in the editor with codemirror.lineNumbers && codemirror.styleActiveLine enabled

This commit is contained in:
Flavio Copes
2017-04-14 14:15:46 +02:00
parent 001248cb7d
commit 6e80b4106a
4 changed files with 6 additions and 2 deletions

View File

@@ -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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -21,6 +21,9 @@
background: Highlight;
}
.CodeMirror-gutters {
height: 100%!important;
}
}
.grav-editor-fullscreen {