Enable RTL mode for codemirror editor (#2297)

This is the missing piece of this commit: 
3c18925bc6 (diff-af6b8871a31183cf87b727db7afb5c0a2800f27df16280eaa0f4e8d30fe6b111)
This commit is contained in:
Yankl-Peretz Blum
2022-07-26 00:21:19 -04:00
committed by GitHub
parent 713002e2b8
commit a3deb71016

View File

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