Small styling fix
This commit is contained in:
parent
87bc7b2561
commit
400b1eea37
|
@ -6,7 +6,7 @@
|
||||||
.jsoneditor-contextmenu {
|
.jsoneditor-contextmenu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
.jsoneditor-menu {
|
.jsoneditor-menu {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
console.log("Blur : ",event);
|
console.log("Blur : ",event);
|
||||||
},
|
},
|
||||||
indentation: 4,
|
indentation: 4,
|
||||||
escapeUnicode: true,
|
// escapeUnicode: true,
|
||||||
limitDragging: true
|
limitDragging: true
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
"color": "#82b92c",
|
"color": "#82b92c",
|
||||||
"htmlcode": '"',
|
"htmlcode": '"',
|
||||||
"escaped_unicode": '\\u20b9',
|
"escaped_unicode": '\\u20b9',
|
||||||
"unicode": '\u20b9,\uD83D\uDCA9',
|
"unicode": '\u{1F600},\uD83D\uDCA9',
|
||||||
"return": '\n',
|
"return": '\n',
|
||||||
"null": null,
|
"null": null,
|
||||||
"number": 123,
|
"number": 123,
|
||||||
|
|
Loading…
Reference in New Issue