-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Fix #6262: Constrain the width of the tooltip so that it fits the screen (instead of overflowing) #6865
Conversation
I have manually tested and verified that the tooltip is fully visible.
Codecov Report
@@ Coverage Diff @@
## develop #6865 +/- ##
========================================
Coverage 94.99% 94.99%
========================================
Files 371 371
Lines 50628 50628
========================================
Hits 48094 48094
Misses 2534 2534 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #6865 +/- ##
========================================
Coverage 95.68% 95.68%
========================================
Files 371 371
Lines 51429 51429
========================================
Hits 49212 49212
Misses 2217 2217 Continue to review full report at Codecov.
|
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.
@mertdeg2, Thanks for the PR. LGTM! :)
Also, I've added the Checklist
above can you please make sure that the first two points are followed? Thanks!
Fix #6262: I have manually tested and verified that the tooltip is fully visible.
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.