瀏覽代碼

Merge pull request #1719 from GoForceX/master

Fix JSON folder folding in Firefox
a3957273 1 年之前
父節點
當前提交
ba82941cef
共有 1 個文件被更改,包括 2 次插入1 次删除
  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 */