Skip to content

Commit

Permalink
fix: fix too large padding for expanded array bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 5, 2022
1 parent 5bbb679 commit 0963960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/modes/treemode/JSONNode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
<div class="meta">
<div class="meta-inner" data-type="selectable-value">
{#if expanded}
<div class="bracket expanded">[</div>
<div class="bracket">[</div>
<span class="tag readonly">
{value.length} items
</span>
Expand Down

0 comments on commit 0963960

Please sign in to comment.