Edit files via the JSON tree view editor

This commit is contained in:
2018-04-01 13:59:34 +02:00
parent ddecda8220
commit c979b13df5
6 changed files with 58 additions and 4 deletions

View File

@@ -11,4 +11,12 @@
max-width: 100%;
}
#json-tree-view {
overflow: auto;
}
.actions {
margin-top: 2rem;
}
}