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