-moz-box-sizing and -webkit-box-sizing added

This commit is contained in:
= 2012-06-08 22:06:14 +02:00
parent 0204b36631
commit 34b2670788
1 changed files with 7 additions and 3 deletions

View File

@ -175,6 +175,8 @@ div.jsoneditor-content-outer, div.jsonformatter-content {
margin: -32px 0 0 0;
padding: 32px 0 0 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
@ -192,6 +194,8 @@ textarea.jsonformatter-textarea {
height: 100%;
margin: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;