mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Fix JSON folder folding in Firefox
This commit is contained in:
parent
14ee3f0f4b
commit
63449872da
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue