9 lines
213 B
Sass
9 lines
213 B
Sass
.format-json-container
|
|
max-height: 500px
|
|
overflow: scroll
|
|
.json-formatter-top-node-name
|
|
cursor: pointer
|
|
.json-formatter-constructor-name
|
|
// Do not show the names Object and Array
|
|
display: none
|