Browse Source

Fix JSON folder folding in Firefox

GoForceX 1 year ago
parent
commit
63449872da
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/web/stylesheets/operations/json.css

+ 2 - 1
src/web/stylesheets/operations/json.css

@@ -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 */