mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
14 lines
222 B
Plaintext
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;
|
||
|
}
|