mirror of
https://github.com/gchq/CyberChef
synced 2024-12-28 21:43:21 +00:00
Merge pull request #1719 from GoForceX/master
Fix JSON folder folding in Firefox
This commit is contained in:
commit
ba82941cef
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…
Reference in a new issue