Merge pull request #1719 from GoForceX/master

Fix JSON folder folding in Firefox
This commit is contained in:
a3957273 2024-02-15 01:01:18 +00:00 committed by GitHub
commit ba82941cef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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