adjust line height

This commit is contained in:
Liang Ding 2014-11-14 13:55:42 +08:00
parent dda620a6d0
commit 6a5d86fea9
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"Editor": {
"FontFamily": "Consolas, 'Courier New', monospace",
"FontSize": "13px",
"LineHeight": "19px"
"LineHeight": "17px"
},
"LatestSessionContent": {
"FileTree": [],

View File

@ -10,5 +10,5 @@ button {
.CodeMirror-hints {
font-family: Consolas, 'Courier New', monospace;
font-size: 13px;
line-height: 19px;
line-height: 17px;
}