-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Tab text wrap with large content #2678
Comments
Thank you @rreeves8
for reporting issues. It helps daisyUI a lot 💚
|
Have you tried adjusting the width of the tab? Could it have something to do with: https://github.com/saadeghi/daisyui/blob/master/src/components/unstyled/tab.css#L14 |
Same issue here. I was able to resolve it by adding <div class="tabs grid-flow-col auto-cols-max"> |
You can add whitespace no wrap to the radio input. Its solved my problem
|
What version of daisyUI are you using?
^4.4.20
Which browsers are you seeing the problem on?
Chrome
Reproduction URL
https://play.tailwindcss.com/LhQq5wu6J4
Describe your issue
When tab content is large enough. The tab text overflows to the next line.
Happens to me on NextJS and remix. Screen shot shows when tab content text overflows the input does as well
The text was updated successfully, but these errors were encountered: