Skip to content

Commit

Permalink
Add some margin between rendering config-object in array block
Browse files Browse the repository at this point in the history
  • Loading branch information
titaneric committed Jan 7, 2025
1 parent 330e4e3 commit 1766060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/layouts/partials/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@
</span>

{{ if eq $k "object" }}
<div class="py-2">
{{ template "config-object" (dict "name" $name "config" $v "level" 4) }}
</div>
{{ end }}

{{ with $v.examples }}
Expand Down

0 comments on commit 1766060

Please sign in to comment.