saadeghi / daisyui

๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ โ€ƒThe most popular, free and open-source Tailwind CSS component library
https://daisyui.com
MIT License
34.19k stars 1.31k forks source link

Tooltip max-width whitespace wrapping #3095

Closed djl997 closed 5 months ago

djl997 commented 5 months ago

If a parent of tooltips has no-wrap or truncate, the tooltip text will overflow if it exceeds the max-width. Adding whitespace-normal to tooltip:before will reset this behavior.