Normalize line-height in css
This commit is contained in:
parent
122d8b4e87
commit
91cf1a6da8
File diff suppressed because one or more lines are too long
|
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue