Fix JSON folder folding in Firefox

This commit is contained in:
GoForceX 2024-02-14 10:56:00 +00:00 committed by GitHub
parent 14ee3f0f4b
commit 63449872da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ ul.json-dict, ol.json-array {
display: contents;
}
.json-summary {
display: contents;
display: inline;
list-style: none;
}
/* Display object and array brackets when closed */