Browse Source

Merge pull request #1719 from GoForceX/master

Fix JSON folder folding in Firefox
a3957273 1 year ago
parent
commit
ba82941cef
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;
     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 */