-
Notifications
You must be signed in to change notification settings - Fork 13.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
style: fixing tall filter indicators #11631
Conversation
Co-Authored-By: Evan Rusackas <[email protected]>
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #11631 +/- ##
==========================================
- Coverage 61.92% 61.28% -0.64%
==========================================
Files 422 422
Lines 26295 26284 -11
==========================================
- Hits 16282 16109 -173
- Misses 10013 10175 +162
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Co-Authored-By: Evan Rusackas <[email protected]> (cherry picked from commit d315dd9)
Co-Authored-By: Evan Rusackas <[email protected]>
Co-Authored-By: Evan Rusackas [email protected]
SUMMARY
Fixes #11626
When we un-truncated chart headers again, this issue crept in. As you can see by the screenshots, it now looks as intended.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TEST PLAN
ADDITIONAL INFORMATION