Responsive components via CDN #2748
Unanswered
stijnvgeene
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using daisyUI via CDN and have trouble to get various components to act responsively. For example:
<ul class="steps steps-vertical lg:steps-horizontal">
or
<button class="btn btn-primary lg:btn-wide">primary</button>
Both do not respond to a change in the window size, See here for reproduction.
Am I doing something wrong or is this something that needs to be fixed?
Beta Was this translation helpful? Give feedback.
All reactions