bug: (v5) label
style not applying properly when using responsive breakpoints
#3558
Labels
label
style not applying properly when using responsive breakpoints
#3558
What version of daisyUI are you using?
5.0.0-beta.9
Which browsers are you seeing the problem on?
All browsers
Reproduction URL
https://play.tailwindcss.com/V8SgFJkIKp
Describe your issue
When you have



<span class="sm:label">
, the style of the label doesn't fully apply; the most noticable of which is the border that should be inserted between the label and the input box:By comparison, it looks like this if you remove the
sm:
part:Not that I feel like I need to justify why I want to be able to use
sm:
here, but just in case; I want it to look like this when there's not enough room for a label, i.e. when we're in thexs
breakpoint:The text was updated successfully, but these errors were encountered: