kopia lustrzana https://github.com/miklobit/TiddlyWiki5
17 wiersze
301 B
Plaintext
Executable File
17 wiersze
301 B
Plaintext
Executable File
title: $:/plugins/tiddlywiki/codemirror/styles
|
|
tags: [[$:/tags/Stylesheet]]
|
|
|
|
/* Make the editor resize to fit its content */
|
|
|
|
.CodeMirror {
|
|
height: auto;
|
|
border: 1px solid #ddd;
|
|
line-height: 1.5;
|
|
font-family: "Monaco", monospace;
|
|
}
|
|
|
|
.CodeMirror-scroll {
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
}
|