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

print-window-tiddler
Mario Pietsch 2014-01-25 23:33:24 +01:00
rodzic d42981f201
commit 66254b436c
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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;
}