mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-03 15:53:26 -08: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:
parent
d42981f201
commit
66254b436c
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue