Skip to content

Commit

Permalink
Revert small test editors
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Aug 25, 2018
1 parent 4c364dc commit 00f2ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/test_build.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}

#jsoneditor {
width: 300px;
height: 300px;
width: 500px;
height: 500px;
}
</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion test/test_schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

#jsoneditor {
width: 300px;
width: 500px;
height: 500px;
}
</style>
Expand Down

0 comments on commit 00f2ab0

Please sign in to comment.