1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-11 09:50:27 +00:00

Improve readability of CodeMirror editor

This commit is contained in:
Jermolene 2013-11-09 15:56:17 +00:00
parent 14db418519
commit 06e0bdbfbb

View File

@ -6,6 +6,8 @@ tags: [[$:/tags/stylesheet]]
.CodeMirror {
height: auto;
border: 1px solid #ddd;
line-height: 1.5;
font-family: "Monaco", monospace;
}
.CodeMirror-scroll {