adjust line height
This commit is contained in:
parent
dda620a6d0
commit
6a5d86fea9
|
@ -24,7 +24,7 @@
|
|||
"Editor": {
|
||||
"FontFamily": "Consolas, 'Courier New', monospace",
|
||||
"FontSize": "13px",
|
||||
"LineHeight": "19px"
|
||||
"LineHeight": "17px"
|
||||
},
|
||||
"LatestSessionContent": {
|
||||
"FileTree": [],
|
||||
|
|
|
@ -10,5 +10,5 @@ button {
|
|||
.CodeMirror-hints {
|
||||
font-family: Consolas, 'Courier New', monospace;
|
||||
font-size: 13px;
|
||||
line-height: 19px;
|
||||
line-height: 17px;
|
||||
}
|
Loading…
Reference in New Issue