-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Popup] Fix a white space property in tooltip #6249
base: next
Are you sure you want to change the base?
Conversation
Some people might want tooltips to be on a single line. I think maybe there should be an option to keep this behaviour like |
I agree your opinion. I think your idea is really good. Should I include a |
Yes, go for it! Also if you create a PR to add it to the docs that would be a massive help! |
Ok. I try to add a I'll send another PR for documentation if I try to add it to the doc. |
I added a |
This might be more complicated than it seems. |
Thanks for your comment. I understand that. |
I think we can just add a wrapping variation, and leave default behavior |
Not sure is really related to this, but I find setting |
Closed Issues
#4187
Description
I found tooltip is not fully visible when tooltip has many contents. This is caused by selecting "nowrap" property as white-space in tooltip after element. So, I changed white-space property into "normal" from "nowrap".
Testcase
Before
https://jsfiddle.net/ca0rovs3/271/
After
https://jsfiddle.net/ca0rovs3/272/