1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-05 05:30:02 +00:00
2013-05-15 17:32:28 +01:00

14 lines
222 B
Plaintext

title: $:/plugins/tiddlywiki/codemirror/styles
tags: [[$:/tags/stylesheet]]
/* Make the editor resize to fit its content */
.CodeMirror {
height: auto;
}
.CodeMirror-scroll {
overflow-x: auto;
overflow-y: hidden;
}