You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Horizontally joined buttons' border radius inside vertically joined items conflict
<divclass="join join-vertical w-full"><divclass="collapse join-item collapse-arrow border border-base-300"><inputtype="radio" name="my-accordion-4" checked="checked" /><divclass="collapse-title text-xl font-medium">Click to open this one and close others</div><divclass="collapse-content"><p>hello</p><divclass="join join-horizontal"><buttonclass="btn join-item">Button</button><buttonclass="btn join-item">Button</button><buttonclass="btn join-item">Button</button><buttonclass="btn join-item">Button</button><buttonclass="btn join-item">Button</button><buttonclass="btn join-item">Button</button></div></div></div>
The text was updated successfully, but these errors were encountered:
Thank you @tronikelis
for reporting issues. It helps daisyUI a lot 💚
I'll be working on issues one by one. I will help with this one as soon as a I
find a solution.
In the meantime providing more details and reproduction links would be
helpful.
What version of daisyUI are you using?
4.7.2
Which browsers are you seeing the problem on?
Chrome, Firefox
Reproduction URL
https://play.tailwindcss.com/tRuVSiXFZv
Describe your issue
Horizontally joined buttons' border radius inside vertically joined items conflict
The text was updated successfully, but these errors were encountered: