Commit ca3f8e6c authored by rdavis's avatar rdavis
Browse files

chore: format

parent 78ba18a6
......@@ -20,7 +20,11 @@
<button on:click={() => (open = !open)}>
<slot name="head" />
</button>
<div bind:this={contentElement} class={`collapsible-content ${open ? 'mt-1' : '!mt-0'}`} style="max-height: {maxHeight};">
<div
bind:this={contentElement}
class={`collapsible-content ${open ? 'mt-1' : '!mt-0'}`}
style="max-height: {maxHeight};"
>
<slot name="content" />
</div>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment