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
The following code snippet won't work in v4 but did in v3. <input class="input input-sm input-primary pl-8 m-5"></input>
Of course, similar to in the mentioned issue above, adding important makes this work correctly. <input class="input input-sm input-primary !pl-8 m-5"></input>
The URL provided has this exact example to demonstrate.
The text was updated successfully, but these errors were encountered:
Thank you @gblandinkingland
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?
v4.4.19
Which browsers are you seeing the problem on?
Edge
Reproduction URL
https://play.tailwindcss.com/ftoGaT3hDA
Describe your issue
The padding and height attributes of inputs cannot be overridden. This is likely the same issue from #2499 just in /src/utilities/unstyled/input.css instead of /src/components/styled/input.css.
The following code snippet won't work in v4 but did in v3.
<input class="input input-sm input-primary pl-8 m-5"></input>
Of course, similar to in the mentioned issue above, adding important makes this work correctly.
<input class="input input-sm input-primary !pl-8 m-5"></input>
The URL provided has this exact example to demonstrate.
The text was updated successfully, but these errors were encountered: