Normalize line-height in css

This commit is contained in:
josdejong 2013-10-17 11:12:35 +02:00
parent 122d8b4e87
commit 91cf1a6da8
3 changed files with 7 additions and 3 deletions

2
jsoneditor-min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -126,17 +126,19 @@
background: none;
}
div.jsoneditor {
.jsoneditor {
color: #1A1A1A;
border: 1px solid #97B0F8;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
overflow: auto;
position: relative;
padding: 0;
line-height: 100%;
}

View File

@ -126,17 +126,19 @@
background: none;
}
div.jsoneditor {
.jsoneditor {
color: #1A1A1A;
border: 1px solid #97B0F8;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
overflow: auto;
position: relative;
padding: 0;
line-height: 100%;
}