-
Notifications
You must be signed in to change notification settings - Fork 475
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
docs(demo): add an example for wrapping tooltip #5540
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
BundleMonUnchanged files (6)
Total files change -4B 0% Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
Codecov Report
@@ Coverage Diff @@
## main #5540 +/- ##
=======================================
Coverage 72.41% 72.41%
=======================================
Files 1447 1447
Lines 15753 15753
Branches 2207 2207
=======================================
Hits 11408 11408
Misses 3985 3985
Partials 360 360
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -4,3 +4,15 @@ | |||
height: 1.25rem; | |||
min-width: 6.25rem; | |||
} | |||
|
|||
.wrapping-tooltip { | |||
width: fit-content; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about we add:
resize: horizontal;
overflow: auto;
so we can play around with it without resizing the whole window?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great idea! I'll do it :)
PR Type
What kind of change does this PR introduce?
What is the current behavior?
https://github.com/taiga-family/taiga-ui/blob/main/projects/demo/src/modules/components/tooltip/examples/1/index.html
What is the new behavior?