-
Notifications
You must be signed in to change notification settings - Fork 12
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
refactor: increasing the width of topology tooltip #2395
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2395 +/- ##
=======================================
Coverage 82.73% 82.73%
=======================================
Files 920 920
Lines 20510 20510
Branches 3234 3234
=======================================
Hits 16968 16968
Misses 3413 3413
Partials 129 129 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This comment has been minimized.
This comment has been minimized.
@@ -7,7 +7,7 @@ | |||
opacity: 0.92; | |||
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.14); | |||
border-radius: 4px; | |||
max-width: 400px; | |||
max-width: 800px; |
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.
should we do this or wrap the text below instead of the ellipsis?
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.
this is fine :)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Unit Test Results 4 files 309 suites 45m 26s ⏱️ Results for commit eae893f. |
Description
Please include a summary of the change, motivation and context.
refactor: increasing the width of topology tooltip
Testing
Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.
Checklist:
Documentation
Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.