kopia lustrzana https://github.com/miklobit/TiddlyWiki5
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
rodzic
d42981f201
commit
66254b436c
|
@ -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;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue