Skip to content

Commit

Permalink
fix(docs): Remove bottom padding from dropdown example (#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbiteleven committed Oct 23, 2023
1 parent 76b4fb7 commit 09d91c7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ data="{[
</ul>
</details>
<pre slot="html" use:replace={{ to: $prefix }}>{
`<details class="$$dropdown mb-32">
`<details class="$$dropdown">
<summary class="m-1 btn">open or close</summary>
<ul class="p-2 shadow $$menu $$dropdown-content z-[1] bg-base-100 $$rounded-box w-52">
<li><a>Item 1</a></li>
Expand Down

0 comments on commit 09d91c7

Please sign in to comment.