3 Replies
riddle
riddle•2mo ago
I'm using Tailwind + DaisyUI im guessing its the default stylings stopping me from overriding the style?
<input type="radio" name="my_tabs_2" role="tab" class="tab w-[80px]" aria-label="16pc Pack" checked>
<input type="radio" name="my_tabs_2" role="tab" class="tab w-[80px]" aria-label="16pc Pack" checked>
the w-[80px] isn't working is the problem label is being hidden and the other tabs the label is overflowing
Chris Bolson
Chris Bolson•2mo ago
Try using the Tailwind important syntax: !w-[80px]
riddle
riddle•2mo ago
Thank u so much!! it worked
Want results from more Discord servers?
Add your server
More Posts