What version of daisyUI are you using?
4.9.0
Which browsers are you seeing the problem on?
Chrome
Reproduction URL
https://play.tailwindcss.com/0EeccAgk1i
Describe your issue
The .collapse-content and .collapse-title extend beyond the width of the .collapse elementi itself.
The problem seems not to be related to the content itself, as the following can shrink to the parent width:
<div class="collapse-content visible">
<div class="flex items-center gap-4">
<span>Label</span>
<p class="truncate ml-auto text-primary">
a word that refers to a lung disease contracted from the inhalation
of very fine silica particles, specifically from a volcano; medically, it
is the same as silicosis.
</p>
</div>
</div>
What version of daisyUI are you using?
4.9.0
Which browsers are you seeing the problem on?
Chrome
Reproduction URL
https://play.tailwindcss.com/0EeccAgk1i
Describe your issue
The
.collapse-contentand.collapse-titleextend beyond the width of the.collapseelementi itself.The problem seems not to be related to the content itself, as the following can shrink to the parent width: