Replies: 1 comment 1 reply
-
I applied some changes in the latest version ( https://play.tailwindcss.com/yALPVZ1961 <div tabindex="{0}" class="collapse w-full collapse-arrow">
<input type="checkbox" class="p-0 min-h-0"/>
<div class="collapse-title p-0 min-h-0 text-black font-bold uppercase bg-red-200">TITLE</div>
<div class="collapse-content">
<ul>
<li class="link link-hover">'EXAMPLE HIDDEN CONTENT'</li>
</ul>
</div>
</div> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I'm trying to reduce the overall height/chunkiness of the
collapse-title
element but had no luck so far. What's the best approach for eliminating or reducing the amount of padding on thecollapse-title
? I've made an attempt here on this tailwind code pen but it wasn't successful.Beta Was this translation helpful? Give feedback.
All reactions