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