From 63449872da39c3bc301a833c49a41901ee9949ed Mon Sep 17 00:00:00 2001 From: GoForceX <67143590+GoForceX@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:56:00 +0000 Subject: [PATCH] Fix JSON folder folding in Firefox --- src/web/stylesheets/operations/json.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/web/stylesheets/operations/json.css b/src/web/stylesheets/operations/json.css index 22c07128..27861c8f 100644 --- a/src/web/stylesheets/operations/json.css +++ b/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 */