[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: collapsing behavior and padding (#952)

authored by

Abderrahmen Mhemed and committed by
GitHub
820662cc 8ddcecc3

+2 -2
+2 -2
app/components/CollapsibleSection.vue
··· 125 125 126 126 <div 127 127 :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" 129 129 :inert="!isOpen" 130 130 > 131 - <div class="min-h-0 min-w-0 p-1"> 131 + <div class="min-h-0 min-w-0"> 132 132 <slot /> 133 133 </div> 134 134 </div>