TiddlyWiki5/plugins/tiddlywiki/codemirror/styles.tid

14 wiersze
222 B
Plaintext
Czysty Zwykły widok Historia

2013-05-15 16:32:28 +00:00
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;
}