Skip to content

Commit

Permalink
Add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Dec 13, 2023
1 parent 32ebe71 commit 0643b54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/viewer_partial.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<summary>{{ intrinsic.name }}</summary>
<div v-html="intrinsic.content" style="padding: 10px"></div>
</details>

<p></p>
<p></p>

</div>

<script type="module">
Expand Down Expand Up @@ -64,4 +68,5 @@
}).mount('#app')
</script>


{% endraw %}

0 comments on commit 0643b54

Please sign in to comment.