Fix #637: vertical white border left/right from the main menu in some specific circumstances
This commit is contained in:
parent
958463a9cd
commit
7d9db67d69
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue