Fix #637: vertical white border left/right from the main menu in some specific circumstances

This commit is contained in:
jos 2019-01-22 20:44:10 +01:00
parent 958463a9cd
commit 7d9db67d69
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ https://github.com/josdejong/jsoneditor
## not yet released, version 5.28.1
- Fix #637: vertical white border left/right from the main menu in some
specific circumstances.
- Fix #638: cannot expand after collapse. Regression introduced in v5.28.0.

View File

@ -226,7 +226,7 @@ div.jsoneditor-tree div.jsoneditor-date {
div.jsoneditor {
color: #1A1A1A;
border: 1px solid #3883fa;
border: thin solid #3883fa; /* we use thin and not 1px to work around an issue in Chrome/IE, see #637 */
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;