-
Notifications
You must be signed in to change notification settings - Fork 16.3k
fix: Table chart types headers are offset from the columns in the table #36190
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
Conversation
|
🎪 Showtime deployed environment on GHA for cfb8c78 • Environment: http://54.188.86.245:8080 (admin/admin) |
|
Superset uses Git pre-commit hooks courtesy of pre-commit. To install run the following: A series of checks will now run when you make a git commit. Alternatively it is possible to run pre-commit by running pre-commit manually: |
alexandrusoare
left a comment
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
It does not seem to be a pre-commit issue, more of an actual pre-commit failure to start. I have restarted CI |
…le (#36190) Co-authored-by: Diego Pucci <[email protected]> (cherry picked from commit ab8352e)
…le (apache#36190) Co-authored-by: Diego Pucci <[email protected]>
…le (apache#36190) Co-authored-by: Diego Pucci <[email protected]>
SUMMARY
When the body has a vertical scrollbar, scrollbarGutter: 'stable' reserves space for it, making the content area narrower. The header container had scrollbarGutter: 'stable' but no scrollbar, causing a width mismatch.
By:
BEFORE
AFTER
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION