mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-31 14:23:01 -08:00
13 lines
222 B
Text
13 lines
222 B
Text
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;
|
|
}
|