1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

fix #215 cm gutter adjust .CodeMirror-linenumber min-width, font-size. It should work up to 999 lines now. There should be a ControlPanel tab for codemirror

This commit is contained in:
Mario Pietsch 2014-01-25 23:33:24 +01:00
parent d42981f201
commit 66254b436c

View File

@ -32,8 +32,9 @@
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
padding: 0 3px 0 5px;
min-width: 20px;
font-size: 12px;
min-width: 30px;
padding: 0 2px 0 2px;
text-align: right;
color: #999;
}