Skip to content

Commit 820662c

Browse files
authored
fix: collapsing behavior and padding (#952)
1 parent 8ddcecc commit 820662c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/CollapsibleSection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ useHead({
125125

126126
<div
127127
:id="contentId"
128-
class="grid ms-6 transition-[grid-template-rows] duration-200 ease-in-out collapsible-content overflow-hidden"
128+
class="grid ms-6 grid-rows-[1fr] transition-[grid-template-rows] duration-200 ease-in-out collapsible-content overflow-hidden"
129129
:inert="!isOpen"
130130
>
131-
<div class="min-h-0 min-w-0 p-1">
131+
<div class="min-h-0 min-w-0">
132132
<slot />
133133
</div>
134134
</div>

0 commit comments

Comments
 (0)