[Tailwind] Width not being applied
3 Replies
I'm using Tailwind + DaisyUI
im guessing its the default stylings stopping me from overriding the style?
the w-[80px] isn't working is the problem
label is being hidden and the other tabs the label is overflowing
Try using the Tailwind important syntax:
!w-[80px]
Thank u so much!! it worked