Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into develop

This commit is contained in:
Andy Miller
2022-07-26 12:17:46 -06:00
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
# v1.10.35
## mm/dd/2022
1. [](#improved)
* Improvements in CodeMirror editor in RTL mode [#359](https://github.com/getgrav/grav-plugin-admin/issues/359), [#2297](https://github.com/getgrav/grav-plugin-admin/pull/2297)
# v1.10.34
## 06/22/2022

View File

@@ -263,6 +263,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-widget {}
.CodeMirror-rtl pre { direction: rtl; }
.CodeMirror-code {
outline: none;
}